From 85112c4d0831067251de1295fbb6974db94af2ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 17:06:30 +0000 Subject: prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz --- plugins/keyboard/keyboard.c | 2 +- plugins/menu/timed_menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index b1923af3..0fc43e83 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -80,7 +80,7 @@ KeyBindingTree *firstnode = NULL; static KeyBindingTree *curpos; static guint reset_key, reset_state; -static Timer *chain_timer; +static ObTimer *chain_timer; static void grab_for_window(Window win, gboolean grab) { diff --git a/plugins/menu/timed_menu.c b/plugins/menu/timed_menu.c index 19a24f14..e7665b56 100644 --- a/plugins/menu/timed_menu.c +++ b/plugins/menu/timed_menu.c @@ -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 */ -- cgit v1.2.3