diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 05:44:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 05:44:23 +0000 |
| commit | 6357583c396382dd6ed8ac42004177f204fabe62 (patch) | |
| tree | 0164f35e5fd59bdc2092b0d63dc35db8ae4152c5 /plugins/menu/client_menu.c | |
| parent | 416b9d5f5f53468f954abbdffbc40003032c7f9a (diff) | |
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'plugins/menu/client_menu.c')
| -rw-r--r-- | plugins/menu/client_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c index 67c17acd..acb33cd5 100644 --- a/plugins/menu/client_menu.c +++ b/plugins/menu/client_menu.c @@ -56,6 +56,7 @@ void client_send_to_update(Menu *self) } } +#if 0 void client_menu_show(Menu *self, int x, int y, Client *client) { int newy; @@ -82,6 +83,7 @@ void client_menu_show(Menu *self, int x, int y, Client *client) menu_hide(self->open_submenu); } } +#endif void plugin_setup_config() { } |
