diff options
Diffstat (limited to 'wm/wm2/patches/patch-ae')
-rw-r--r-- | wm/wm2/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/wm2/patches/patch-ae b/wm/wm2/patches/patch-ae new file mode 100644 index 00000000000..9a594a5fdce --- /dev/null +++ b/wm/wm2/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2004/09/08 11:17:02 jmmv Exp $ + +--- Manager.C.orig 1997-03-21 12:12:30.000000000 +0100 ++++ Manager.C +@@ -368,7 +368,7 @@ Time WindowManager::timestamp(Boolean re + return m_currentTime; + } + +-void WindowManager::sigHandler() ++void WindowManager::sigHandler(int sig) + { + m_signalled = True; + } |