aboutsummaryrefslogtreecommitdiff
path: root/graphics/gephex/files/patch-modules_src_frboutmodule_glxutil.c
diff options
context:
space:
mode:
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