]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/timed_menu.c
prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
[chaz/openbox] / plugins / menu / timed_menu.c
index 19a24f1474d8bba70702c7e858687dec607c4af4..e7665b5642049e49fea033090936472504c241bf 100644 (file)
@@ -26,7 +26,7 @@ typedef enum {
 
 typedef struct {
     Timed_Menu_Type type;
-    Timer *timer;
+    ObTimer *timer;
     char *command; /* for the PIPE */
     char *buf; /* buffer to hold partially read menu */
     unsigned long buflen; /* how many bytes are in the buffer */
This page took 0.022386 seconds and 4 git commands to generate.