X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=1de9090fe22bf6e92884c81b151007887711a0af;hb=7f7378cc2b0712de050a93bdfa116788de06a23a;hp=d5a9c7ce0412711c6b946c755123ec180fb1741e;hpb=0621e22932b40ada705abbeb67b67c0e37ef7654;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index d5a9c7ce..1de9090f 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -149,6 +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(ObFrame *self); +void frame_flash_start(ObFrame *self); +void frame_flash_stop(ObFrame *self); #endif