diff options
Diffstat (limited to 'tools/dbus-launch-x11.c')
-rw-r--r-- | tools/dbus-launch-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-launch-x11.c b/tools/dbus-launch-x11.c index ac356219..67aef04d 100644 --- a/tools/dbus-launch-x11.c +++ b/tools/dbus-launch-x11.c @@ -33,7 +33,7 @@ #include <X11/Xlib.h> #include <X11/Xatom.h> -Display *xdisplay; +Display *xdisplay = NULL; static Atom selection_atom; static Atom address_atom; static Atom pid_atom; |