From: Mikael Magnusson Date: Sun, 8 Feb 2009 16:35:35 +0000 (+0100) Subject: Start on the second entry... X-Git-Tag: mikabox-3.4.7.2~16 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=559384e0aafff0d0c12f3f362bc9c7965d1b9d54;p=mikachu%2Fopenbox.git Start on the second entry... --- diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 3a2e2f1b..f2a58765 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -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;