summaryrefslogtreecommitdiff
path: root/hw/kdrive/vesa
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2000-12-08 21:40:29 +0000
committerKeith Packard <keithp@keithp.com>2000-12-08 21:40:29 +0000
commit6b61d48f2146f18c94d5f2b3d16a822c0eee9841 (patch)
treecf5f731989e3a3ec12af6d14352757c96092cce1 /hw/kdrive/vesa
parentb59eabd230110d604515868893d9aa06e6d3b748 (diff)
kdrive/vesa: type cast warning fix
Diffstat (limited to 'hw/kdrive/vesa')
-rw-r--r--hw/kdrive/vesa/vesainit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/vesa/vesainit.c b/hw/kdrive/vesa/vesainit.c
index 0f640db2d..c6a88810c 100644
--- a/hw/kdrive/vesa/vesainit.c
+++ b/hw/kdrive/vesa/vesainit.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vesainit.c,v 1.4 2000/10/20 00:19:50 keithp Exp $ */
#include "vesa.h"
@@ -55,7 +55,7 @@ void
InitCard(char *name)
{
KdCardAttr attr;
- KdCardInfoAdd(&vesaFuncs, &attr, 0);
+ KdCardInfoAdd((KdCardFuncs *) &vesaFuncs, &attr, 0);
}
void