diff options
Diffstat (limited to 'wm/wmx/patches/patch-ah')
-rw-r--r-- | wm/wmx/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/wmx/patches/patch-ah b/wm/wmx/patches/patch-ah new file mode 100644 index 00000000000..eb244e5f1cb --- /dev/null +++ b/wm/wmx/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2007/10/11 21:26:11 adam Exp $ + +--- Client.h.orig 2000-05-12 09:40:20.000000000 +0200 ++++ Client.h +@@ -184,8 +184,6 @@ private: + WindowManager *const m_windowManager; + + char *getProperty(Atom); +- int getAtomProperty(Atom, Atom); +- int getIntegerProperty(Atom); + + // accessors + Boolean getState(int *); |