]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
add a comparitor to timers. use this in event.c to let you remove timers from the...
[chaz/openbox] / openbox / frame.c
index 554e7b55fda8a7bbf4c1507ac34eeaa71158bcf5..052f12df8d44e33613c0b52494d58411974deead 100644 (file)
@@ -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);
This page took 0.024983 seconds and 4 git commands to generate.