From 0621e22932b40ada705abbeb67b67c0e37ef7654 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Sep 2003 02:57:19 +0000 Subject: add code to flash the frame --- openbox/frame.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index 572d18b6..d5a9c7ce 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,6 @@ 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); #endif -- cgit v1.2.3