aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-12-04 07:53:46 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-12-04 07:53:46 +0000
commit2e464b205dd1979fadaf5377581323401ec017c4 (patch)
tree82966ae7df22be9a41d1ce3fbc64bea847802a6c /x11-wm/windowmaker/files
parent2667857299caf5767b1061b20339c1eb0a9643aa (diff)
downloadports-2e464b205dd1979fadaf5377581323401ec017c4.tar.gz
ports-2e464b205dd1979fadaf5377581323401ec017c4.zip
Notes
Diffstat (limited to 'x11-wm/windowmaker/files')
-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--;
-+ }
- }
- }
-