]> Dogcows Code - chaz/openbox/blobdiff - openbox/timer.h
make submenus not require the menu to exist when they are created, not until they...
[chaz/openbox] / openbox / timer.h
index 549490c574be3fb221a3ab41726699d96735024f..aa26c986d77fd63bae866110eac68ef9666127f6 100644 (file)
@@ -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
 {
This page took 0.021422 seconds and 4 git commands to generate.