summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/pekwm/files/pekwm-20050227-dialog_fix.patch')
-rw-r--r--x11-wm/pekwm/files/pekwm-20050227-dialog_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/pekwm/files/pekwm-20050227-dialog_fix.patch b/x11-wm/pekwm/files/pekwm-20050227-dialog_fix.patch
new file mode 100644
index 000000000000..ab769ce744dd
--- /dev/null
+++ b/x11-wm/pekwm/files/pekwm-20050227-dialog_fix.patch
@@ -0,0 +1,12 @@
+--- pekwm-dev-20050227/src/Client.cc 2005-02-27 13:52:10.000000000 -0800
++++ pekwm-knix/src/Client.cc 2005-03-03 01:59:50.662097912 -0800
+@@ -614,8 +614,7 @@
+ break;
+ // } else if (atoms[i] == ewmh->getAtom(WINDOW_TYPE_UTILITY)) {
+ // }
+- } else if ((atoms[i] == ewmh->getAtom(WINDOW_TYPE_SPLASH)) ||
+- (atoms[i] == ewmh->getAtom(WINDOW_TYPE_DIALOG))) {
++ } else if ((atoms[i] == ewmh->getAtom(WINDOW_TYPE_SPLASH))) {
+ setTitlebar(false);
+ setBorder(false);
+ } else {