]> Dogcows Code - chaz/openbox/blobdiff - src/Basemenu.cc
Take menu file from rc file if it isn't specified on the command line.
[chaz/openbox] / src / Basemenu.cc
index 25a941cb7584468f4fb217b48dfdaf198d904476..3c096eff59f4423b96f4aefd327e3e38dad6df00 100644 (file)
@@ -611,9 +611,10 @@ void Basemenu::drawItem(int index, bool highlight, bool clear,
       dooppsel = False;
   }
 
+#ifdef    XFT
   if (dotext)
-    XClearArea(display, menu.frame, text_x, text_y, text_w, text_h,
-               False);
+    XClearArea(display, menu.frame, text_x, text_y , text_w, text_h, False);
+#endif // XFT
 
   if (dohilite && highlight && (menu.hilite_pixmap != ParentRelative)) {
     if (menu.hilite_pixmap)
This page took 0.0257 seconds and 4 git commands to generate.