]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
expose r_refdef.view.quality to CSQC R_SetView VF_MINFPS_QUALITY
[xonotic/darkplaces.git] / vid_glx.c
index 1c5f8bf47b579ac09005c3b7f83f4f27f9adf1df..9ac4e02fab1e54c66e3c3d22daa71d25df10fa28 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -147,7 +147,7 @@ static Colormap vidx11_colormap;
 /*-----------------------------------------------------------------------*/
 //
 
-long keysym2ucs(KeySym keysym);
+extern long keysym2ucs(KeySym keysym); // LordHavoc: suppress warning just in this case, it's not worth having a header file for this...
 static void DP_Xutf8LookupString(XKeyEvent * ev,
                         Uchar *uch,
                         KeySym * keysym_return,