diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 20:34:27 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 20:34:27 +0000 |
| commit | d77c8f62f2f908cfe1d09686a35dce1ccaf65aec (patch) | |
| tree | 9156605b933cb60ebcad63959809134796784232 /openbox/client_list_menu.h | |
| parent | 71ba050bfa22a45b9ce7f6cdf72979eb411d67b4 (diff) | |
a more proper fix for the client list menu trying to activate a closed client, no difference on end result
Diffstat (limited to 'openbox/client_list_menu.h')
| -rw-r--r-- | openbox/client_list_menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/client_list_menu.h b/openbox/client_list_menu.h index bcd7729b..eac2bc91 100644 --- a/openbox/client_list_menu.h +++ b/openbox/client_list_menu.h @@ -19,6 +19,7 @@ #ifndef ob__client_list_menu_h #define ob__client_list_menu_h -void client_list_menu_startup(); +void client_list_menu_startup(gboolean reconfig); +void client_list_menu_shutdown(gboolean reconfig); #endif |
