From: Mikael Magnusson Date: Sun, 8 Feb 2009 16:35:35 +0000 (+0100) Subject: Start on the second entry... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1be6f076fe6ec6d4d5b5a5de294bd0eba5d3d37a;p=mikachu%2Fopenbox.git Start on the second entry... --- diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 30730d97..06ac16b3 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -1025,6 +1025,7 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, const GravityPoint *pos, 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;