]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
VID_Init now takes an int bpp parameter
[xonotic/darkplaces.git] / vid_glx.c
index 33ecded764021e3467925582cc2b502a23a05663..a80277ff251c0f92611ce605b951663a8768fe9b 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -636,7 +636,7 @@ int VID_SetGamma(float prescale, float gamma, float scale, float base)
 #endif
 }
 
-void VID_Init(int fullscreen, int width, int height)
+void VID_Init(int fullscreen, int width, int height, int bpp)
 {
        int i;
 // LordHavoc: FIXME: finish this code, we need to allocate colors before we can store them