Start on the second entry...
authorMikael Magnusson <mikachu@gmail.com>
Sun, 8 Feb 2009 16:35:35 +0000 (17:35 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 8 Feb 2009 16:35:35 +0000 (17:35 +0100)
openbox/menuframe.c

index 3a2e2f1..f2a5876 100644 (file)
@@ -982,6 +982,7 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y,
 
         if (self->menu->warp) {
             x += self->area.width / 2;
+            y += 67;
             XWarpPointer(obt_display, None, obt_root(ob_screen), 0, 0, 0, 0, x, y);
             self->ox = px;
             self->oy = py;