]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
scary commit..but here goes.
[chaz/openbox] / openbox / menu.c
index 243fc55b35119c52a22b7e69b725ab3db53e7632..868293c68cd9550b4c6594111834067237885b32 100644 (file)
@@ -313,7 +313,7 @@ void menu_show(gchar *name, gint x, gint y, ObClient *client)
         menu_frame_move(frame, x, y);
     } else
         menu_frame_move(frame,
-                        x - ob_rr_theme->bwidth, y - ob_rr_theme->bwidth);
+                        x - ob_rr_theme->mbwidth, y - ob_rr_theme->mbwidth);
     for (i = 0; i < screen_num_monitors; ++i) {
         Rect *a = screen_physical_area_monitor(i);
         if (RECT_CONTAINS(*a, x, y)) {
This page took 0.022939 seconds and 4 git commands to generate.