aboutsummaryrefslogtreecommitdiff
path: root/graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-11 22:41:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-11 22:41:43 +0000
commit53595e298cfbafcb1d8813f0c6967f11c6cca93f (patch)
tree8d4c7dac479a93db6b635e241390f0ea56252bda /graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c
parentd86118a6aa620d575dc31c21bf7767e2cdbf7569 (diff)
Notes
Diffstat (limited to 'graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c')
-rw-r--r--graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c b/graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c
deleted file mode 100644
index 9e67fd175e5c..000000000000
--- a/graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- modules/src/frboutmodule/glxutil.c.orig
-+++ modules/src/frboutmodule/glxutil.c
-@@ -53,12 +53,12 @@
- Colormap cmap;
- int AttributeList[] = {GLX_RGBA, GLX_DOUBLEBUFFER, None};
- XSetWindowAttributes swa;
-+ const char* display_name_ptr;
-
- s_xsize = xres;
- s_ysize = yres;
-
- // open a new connection to the X server
-- const char* display_name_ptr;
- if (strcmp(display_name,"default")==0)
- display_name_ptr=0; // use the DISPLAY environment variable
- else