X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftimer.h;h=aa26c986d77fd63bae866110eac68ef9666127f6;hb=c34915ae8d49f61426912ef332e8097be516bdd3;hp=549490c574be3fb221a3ab41726699d96735024f;hpb=85112c4d0831067251de1295fbb6974db94af2ba;p=chaz%2Fopenbox 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 {