]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
ignore some focus events that shouldnt be reacted to
[chaz/openbox] / openbox / frame.c
index 554e7b55fda8a7bbf4c1507ac34eeaa71158bcf5..991e9adc71872a38900362c81bcdc6daecb42b77 100644 (file)
@@ -498,6 +498,7 @@ void frame_adjust_focus(ObFrame *self, gboolean hilite)
 {
     self->focused = hilite;
     framerender_frame(self);
+    XFlush(ob_display);
 }
 
 void frame_adjust_title(ObFrame *self)
@@ -977,6 +978,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.024577 seconds and 4 git commands to generate.