aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/windowmaker/files/patch-ai')
-rw-r--r--x11-wm/windowmaker/files/patch-ai13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/windowmaker/files/patch-ai b/x11-wm/windowmaker/files/patch-ai
deleted file mode 100644
index 72948f93f1b5..000000000000
--- a/x11-wm/windowmaker/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- WINGs/wevent.c.orig Wed Oct 21 14:43:55 1998
-+++ WINGs/wevent.c Mon Oct 26 00:05:25 1998
-@@ -387,6 +387,10 @@
- } else {
- delay->tv_sec = timerHandler->when.tv_sec - now.tv_sec;
- delay->tv_usec = timerHandler->when.tv_usec - now.tv_usec;
-+ if (delay->tv_usec < 0) {
-+ delay->tv_usec += 1000000;
-+ delay->tv_sec--;
-+ }
- }
- }
-