opnsense-ports/games/quake2lnx/files/patch-src_linux_rw__linux.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
294 B
C

--- src/linux/rw_linux.c.orig Sun Jan 2 09:46:35 2005
+++ src/linux/rw_linux.c Wed Mar 9 17:40:28 2005
@@ -31,6 +31,10 @@
static int mouse_buttonstate;
static int mouse_oldbuttonstate;
+#ifdef OPENGL
+static cvar_t *use_stencil;
+#endif
+
in_state_t *getState() {
return in_state;
}