X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=1de9090fe22bf6e92884c81b151007887711a0af;hb=87342f85eb75079486e5bbc410f6002ee443dd6a;hp=572d18b6353198affc06456724878ba243d6633c;hpb=5186d04c613056c44490bd3f6766fd969e83305a;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index 572d18b6..1de9090f 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -114,6 +114,10 @@ struct _ObFrame gboolean iconify_hover; gboolean focused; + + gboolean flashing; + gboolean flash_on; + GTimeVal flash_end; }; ObFrame *frame_new(); @@ -145,5 +149,7 @@ void frame_client_gravity(ObFrame *self, int *x, int *y); */ void frame_frame_gravity(ObFrame *self, int *x, int *y); +void frame_flash_start(ObFrame *self); +void frame_flash_stop(ObFrame *self); #endif