]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
patch from div0 that adds sv_public modes -2 (do not allow players to connect) and...
[xonotic/darkplaces.git] / vid_null.c
index 41be51fab82ee2bf756314c48cfdd21ca4493321..e70e745704632641dd016fd0559226db1bdebb82 100644 (file)
@@ -51,16 +51,16 @@ void InitSig(void)
 #endif
 }
 
-void VID_Finish (void)
+void VID_Finish (qboolean allowmousegrab)
 {
 }
 
-int VID_SetGamma(unsigned short *ramps)
+int VID_SetGamma(unsigned short *ramps, int rampsize)
 {
        return FALSE;
 }
 
-int VID_GetGamma(unsigned short *ramps)
+int VID_GetGamma(unsigned short *ramps, int rampsize)
 {
        return FALSE;
 }
@@ -70,7 +70,7 @@ void VID_Init(void)
        InitSig(); // trap evil signals
 }
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate)
+int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer)
 {
        return false;
 }