diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-01 03:41:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-01 03:41:53 +0000 |
| commit | bd70fff6f96f482d309bf67d0eefa39d3a61f027 (patch) | |
| tree | 428a4ee6008e7be18b634f5e51eafc139e59fcad /openbox/frame.h | |
| parent | 169e64da2c5246fb9aaec417f12c0a9c89b295ee (diff) | |
improved frame flashing code, can start and stop it on command
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
