summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2003-05-22 02:49:08 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2003-05-22 02:49:08 +0000
commit04a85677e535e6759ecde14b52e75789d8b8191e (patch)
treeccf865cd442c178b158a4d1da870f8bd8ef2d849 /openbox
parent4d814a383b099c48ad9b61cb94d25ef16b1a698a (diff)
layers submenu on client
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 3143c911..2af1a01f 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -272,7 +272,6 @@ void menu_show_full(Menu *self, int x, int y, Client *client)
}
}
-
void menu_hide(Menu *self) {
if (self->shown) {
XUnmapWindow(ob_display, self->frame);