diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:37:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 04:37:33 +0000 |
| commit | fbc7607fbd1a380428a53094e727ac7631871bd4 (patch) | |
| tree | ece58725f6c4d5e8081ffe41ec9d7ff9ac7c0993 /openbox/client_list_menu.c | |
| parent | 58d8b90122b33f608b5c4c5b91d15207eb2cecf1 (diff) | |
add the cyclewindows action
Diffstat (limited to 'openbox/client_list_menu.c')
| -rw-r--r-- | openbox/client_list_menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 936c3125..512cb3e8 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -94,8 +94,7 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data) } static void desk_menu_execute(ObMenuEntry *self, ObMenuFrame *f, - ObClient *c, guint state, gpointer data, - Time time) + ObClient *c, guint state, gpointer data) { if (self->id == -1) { if (self->data.normal.data) /* it's set to NULL if its destroyed */ |
