]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
Fixed a invalid use of the sizeof() operator. Thanks to OpenBSD's custom GCC for...
[xonotic/darkplaces.git] / vid_null.c
index 9d01e8a884e82d3fe9d5e5b1fa14a7d1ed7358ec..bade6d07d7782c057518dab9c6fb98f19c6c6715 100644 (file)
@@ -51,7 +51,7 @@ void InitSig(void)
 #endif
 }
 
-void VID_GrabMouse (qboolean grab)
+void VID_SetMouse (qboolean fullscreengrab, qboolean relative, qboolean hidecursor)
 {
 }
 
@@ -74,7 +74,7 @@ void VID_Init(void)
        InitSig(); // trap evil signals
 }
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer, int samples)
+int VID_InitMode(int fullscreen, int *width, int *height, int bpp, int refreshrate, int stereobuffer, int samples)
 {
        return false;
 }