diff options
Diffstat (limited to 'x11-wm/waimea/files/patch-src::EventHandler.hh')
-rw-r--r-- | x11-wm/waimea/files/patch-src::EventHandler.hh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/waimea/files/patch-src::EventHandler.hh b/x11-wm/waimea/files/patch-src::EventHandler.hh deleted file mode 100644 index a46d0f2aa7a8..000000000000 --- a/x11-wm/waimea/files/patch-src::EventHandler.hh +++ /dev/null @@ -1,20 +0,0 @@ ---- src/EventHandler.hh.orig Mon Jun 17 19:17:21 2002 -+++ src/EventHandler.hh Mon Jun 17 19:21:08 2002 -@@ -15,7 +15,7 @@ - #define __EventHandler_hh - - #include <sys/types.h> --#include <sys/timeb.h> -+#include <sys/time.h> - #include <X11/Xlib.h> - #include <hash_set.h> - -@@ -64,7 +64,7 @@ - Waimea *waimea; - ResourceHandler *rh; - Window last_click_win; -- struct timeb last_click; -+ struct timeval last_click; - }; - - Bool eventmatch(WaAction *, EventDetail *); |