projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce1cfeb
)
Start on the second entry...
author
Mikael Magnusson
<mikachu@gmail.com>
Sun, 8 Feb 2009 16:35:35 +0000
(17:35 +0100)
committer
Mikael Magnusson
<mikachu@gmail.com>
Thu, 6 Nov 2014 03:49:20 +0000
(
04:49
+0100)
openbox/menuframe.c
patch
|
blob
|
history
diff --git
a/openbox/menuframe.c
b/openbox/menuframe.c
index 30730d97757c1ddadc5910bd6b3dc9ce32c33994..06ac16b37711163a64677d7b032bd2e792f5c12b 100644
(file)
--- 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;