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, 19 Sep 2010 16:06:21 +0000 (18:06 +0200)
openbox/menuframe.c

index 2d30157d790136b8695886fff5c66d6096ef317b..27fdf43922c9a36831fa674eddde3d0524ad9484 100644 (file)
@@ -1000,6 +1000,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;