]> Dogcows Code - chaz/openbox/blobdiff - otk/gccache.hh
provide the strut for the frame's size instead of an area rect
[chaz/openbox] / otk / gccache.hh
index 86daff0e0f620531c237dcd28e61f83ad21f2976..ff72497b3569f27e1ae2e4caf6ef84dfb3836c98 100644 (file)
@@ -93,7 +93,7 @@ public:
               int _linewidth = 0, int _function = GXcopy,
               int _subwindow = ClipByChildren)
     : color(_color), font(_font), linewidth(_linewidth), function(_function),
-      subwindow(_subwindow), cache(Display::gcCache()), item(0) { }
+      subwindow(_subwindow), cache(display->gcCache()), item(0) { }
 
   inline ~Pen(void) { if (item) cache->release(item); }
 
This page took 0.022617 seconds and 4 git commands to generate.