diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-22 02:49:08 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-22 02:49:08 +0000 |
| commit | 04a85677e535e6759ecde14b52e75789d8b8191e (patch) | |
| tree | ccf865cd442c178b158a4d1da870f8bd8ef2d849 /openbox/menu.c | |
| parent | 4d814a383b099c48ad9b61cb94d25ef16b1a698a (diff) | |
layers submenu on client
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 1 |
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); |
