]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
fix compatibility with old windows versions when USE_WSPIAPI_H is
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index ff9cddc8b78eeee6441be7f97d85c13a99768613..ba6d060a697aab76af941b6edc256e9a018ae0be 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -32,10 +32,10 @@ typedef struct viddef_s
        int width;
        int height;
        int bitsperpixel;
-       int fullscreen;
+       qboolean fullscreen;
        int refreshrate;
        qboolean userefreshrate;
-       int stereobuffer;
+       qboolean stereobuffer;
        int samples;
 } viddef_t;