]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
clarify in_pitch_* cvar descriptions about upward/downward values
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 901c8f716807cac95a2cbadad0e5b3583b3b01c5..7e8f3203c7177acacfcb96e689e1b117c5dc46fe 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -299,6 +299,7 @@ typedef struct
        int pixelheight_num, pixelheight_denom;
 }
 vid_mode_t;
+vid_mode_t *VID_GetDesktopMode(void);
 size_t VID_ListModes(vid_mode_t *modes, size_t maxcount);
 size_t VID_SortModes(vid_mode_t *modes, size_t count, qboolean usebpp, qboolean userefreshrate, qboolean useaspect);
 void VID_Soft_SharedSetup(void);