projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6385eeb
)
rm comment for shit i fixed
author
Dana Jansens
<danakj@orodu.net>
Sun, 11 May 2003 21:39:25 +0000
(21:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 11 May 2003 21:39:25 +0000
(21:39 +0000)
openbox/menu.c
patch
|
blob
|
history
diff --git
a/openbox/menu.c
b/openbox/menu.c
index 611a53bc897d1fddb0aadd0929a96b59122e1d87..d2d303cc0d3639a41d196ab52ba916623dd75da3 100644
(file)
--- a/
openbox/menu.c
+++ b/
openbox/menu.c
@@
-356,9
+356,6
@@
void menu_control_show(Menu *self, int x, int y, Client *client) {
MIN(y, screen_physical_size.height - self->size.height));
if (!self->shown) {
- /* XXX gotta add to the stacking list first!
- stacking_raise(MENU_AS_WINDOW(self));
- */
XMapWindow(ob_display, self->frame);
stacking_raise(MENU_AS_WINDOW(self));
self->shown = TRUE;