diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-01 02:57:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-01 02:57:19 +0000 |
| commit | 0621e22932b40ada705abbeb67b67c0e37ef7654 (patch) | |
| tree | fa5582f8fe31f78c9fe9669f05a8727392f1a971 /openbox/frame.h | |
| parent | d7b4f1b126aaafdc6f2d76c2126e0d7be6d10687 (diff) | |
add code to flash the frame
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
