mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
$NetBSD: patch-ai,v 1.1 2008/01/23 04:59:36 tnn Exp $
|
|
|
|
--- include/context_x11.h.orig 2004-03-21 05:39:59.000000000 +0000
|
|
+++ include/context_x11.h
|
|
@@ -51,12 +51,12 @@ extern Visual *x_vis;
|
|
extern Window x_root;
|
|
extern Window x_win;
|
|
extern XVisualInfo *x_visinfo;
|
|
-extern vec3_t x_gamma;
|
|
+// extern vec3_t x_gamma;
|
|
extern int x_screen;
|
|
extern int x_shmeventtype;
|
|
extern Time x_time;
|
|
extern Time x_mouse_time;
|
|
-extern qboolean doShm;
|
|
+// extern qboolean doShm;
|
|
extern qboolean oktodraw;
|
|
extern qboolean x_have_focus;
|
|
|