summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/patches/patch-ae')
-rw-r--r--wm/icewm/patches/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/wm/icewm/patches/patch-ae b/wm/icewm/patches/patch-ae
deleted file mode 100644
index 6d04ffdcdb8..00000000000
--- a/wm/icewm/patches/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2003/06/03 16:04:46 jmmv Exp $
-
---- src/wmframe.h.orig 2003-03-08 20:37:52.000000000 +0100
-+++ src/wmframe.h
-@@ -260,6 +260,7 @@ public:
-
- YMenu *windowMenu();
-
-+ long getState() const { return fWinState; }
- bool isFullscreen() const { return (getState() & WinStateFullscreen) ? true : false; }
- /// FIX: precalculate these on state changes!!!
- int borderX() const {
-@@ -344,7 +345,6 @@ public:
- void setTrayOption(long option);
- #endif
- void setDoNotCover(bool flag);
-- long getState() const { return fWinState; }
- void setState(long mask, long state);
-
- bool isMaximized() const { return (getState() &