You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xmountains/files/xmountains-2.9-fno-common.p...

21 lines
532 B

--- a/X_graphics.c
+++ b/X_graphics.c
@@ -10,7 +10,6 @@
#include "paint.h"
char X_graphics_Id[]="$Id: X_graphics.c,v 1.26 2009/08/28 09:09:17 spb Exp $";
-char *display=NULL; /* name of display to open, NULL for default */
char *geom=NULL; /* geometry of window, NULL for default */
Atom wm_protocols;
@@ -264,7 +263,8 @@
graph_height = gptr->graph_height;
/*{{{open display*/
- dpy = XOpenDisplay(display);
+/* display to open, NULL for default */
+ dpy = XOpenDisplay(NULL);
if( ! dpy )
{