From 79e189dbac9ec5ae5baed26515ee60b8dce9a079 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 9 Aug 2003 04:56:12 +0000 Subject: changes to the timer api, pass the timer to the callback function. add a desktop-switch popup with the desktop's name --- openbox/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/timer.h') 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 { -- cgit v1.2.3