r3003 - trunk/data/qcsrc/menu-div0test

black at icculus.org black at icculus.org
Thu Dec 6 09:23:26 EST 2007


Author: black
Date: 2007-12-06 09:23:23 -0500 (Thu, 06 Dec 2007)
New Revision: 3003

Modified:
   trunk/data/qcsrc/menu-div0test/msys.qh
Log:
Woops, forgot to remove one #ifdef..

Modified: trunk/data/qcsrc/menu-div0test/msys.qh
===================================================================
--- trunk/data/qcsrc/menu-div0test/msys.qh	2007-12-06 14:22:25 UTC (rev 3002)
+++ trunk/data/qcsrc/menu-div0test/msys.qh	2007-12-06 14:23:23 UTC (rev 3003)
@@ -275,14 +275,12 @@
 //float ERR_BADSIZE			= ERR_BADSCALE;
 float ERR_NOTCACHED			= -4;
 
-#ifdef SUPPORT_GECKO
 float GECKO_BUTTON_DOWN 		= 0;
 float GECKO_BUTTON_UP 			= 1;
 // either use down and up or just press but not all of them!
 float GECKO_BUTTON_PRESS 		= 2;
 // use this for mouse events if needed?
 float GECKO_BUTTON_DOUBLECLICK 	= 3;
-#endif
 
 /* not supported at the moment
 ///////////////////////////




More information about the nexuiz-commits mailing list