diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-09 04:56:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-09 04:56:12 +0000 |
| commit | 79e189dbac9ec5ae5baed26515ee60b8dce9a079 (patch) | |
| tree | 2fe7c44adc3b4976b01c46c8ae0f8ea66fafabf2 /openbox/timer.h | |
| parent | 356318b5621305c2124466fd60516459b1ffdb83 (diff) | |
changes to the timer api, pass the timer to the callback function.
add a desktop-switch popup with the desktop's name
Diffstat (limited to 'openbox/timer.h')
| -rw-r--r-- | openbox/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/timer.h b/openbox/timer.h index 549490c5..aa26c986 100644 --- a/openbox/timer.h +++ b/openbox/timer.h @@ -6,7 +6,7 @@ typedef struct _ObTimer ObTimer; /*! Data type of Timer callback */ -typedef void (*ObTimeoutHandler)(void *data); +typedef void (*ObTimeoutHandler)(ObTimer *t, void *data); struct _ObTimer { |
