From 72fcce918b2448e116b06acad009f7a577323e70 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 8 Feb 2009 17:35:35 +0100 Subject: [PATCH] Start on the second entry... --- openbox/menuframe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 2d30157d..27fdf439 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -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; -- 2.34.1