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/frame.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/frame.c')
| -rw-r--r-- | openbox/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 554e7b55..052f12df 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -977,6 +977,7 @@ void frame_flash_start(ObFrame *self) G_USEC_PER_SEC * 0.6, flash_timeout, self, + g_direct_equal, flash_done); g_get_current_time(&self->flash_end); g_time_val_add(&self->flash_end, G_USEC_PER_SEC * 5); |
