]> Dogcows Code - chaz/openbox/blobdiff - otk/display.cc
correct a comment
[chaz/openbox] / otk / display.cc
index 9bacfca18431c7b8b85f08b459ec5b52dec2608c..0f76a1cdbe667fed8a41dc3c9576e329c0a75ada 100644 (file)
@@ -89,6 +89,8 @@ Display::Display()
   int junk;
   (void)junk;
 
+  display = this;
+  
   // Open the X display
   if (!(_display = XOpenDisplay(NULL))) {
     printf(_("Unable to open connection to the X server. Please set the \n\
This page took 0.022956 seconds and 4 git commands to generate.