diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 04:16:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 04:16:00 +0000 |
| commit | 939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 (patch) | |
| tree | fb5ba9c9de6eb445cac162c50b220a2a091345eb /openbox/menuframe.c | |
| parent | 8612fcfb99f4ed97f49c3617fd2ae291877c8c8e (diff) | |
add a comparitor to timers. use this in event.c to let you remove timers from the queue selectively for delayed focus
Diffstat (limited to 'openbox/menuframe.c')
| -rw-r--r-- | openbox/menuframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 6a8b2c4e..f359c985 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -918,7 +918,7 @@ void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry) ob_main_loop_timeout_add(ob_main_loop, config_submenu_show_delay * 1000, menu_entry_frame_submenu_timeout, - self->selected, + self->selected, g_direct_equal, NULL); } else { menu_entry_frame_show_submenu(self->selected); |
