aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pawm/files
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-07-20 03:42:39 +0800
committererwin <erwin@FreeBSD.org>2006-07-20 03:42:39 +0800
commit27a0cdfdc1aa035a2e592f588e9e64964c18c92c (patch)
treeee5c9f1ab59498998c8bee442518a6be53e028ef /x11-wm/pawm/files
parentd16ce0a2b58a6f6fc79deeefae30c0af9571bd62 (diff)
downloadfreebsd-ports-gnome-27a0cdfdc1aa035a2e592f588e9e64964c18c92c.tar.gz
freebsd-ports-gnome-27a0cdfdc1aa035a2e592f588e9e64964c18c92c.tar.zst
freebsd-ports-gnome-27a0cdfdc1aa035a2e592f588e9e64964c18c92c.zip
Update to 2.2.6
PR: 100567 Submitted by: Ports fury
Diffstat (limited to 'x11-wm/pawm/files')
-rw-r--r--x11-wm/pawm/files/patch-src__button.c22
-rw-r--r--x11-wm/pawm/files/patch-src__paicon.c22
2 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/pawm/files/patch-src__button.c b/x11-wm/pawm/files/patch-src__button.c
new file mode 100644
index 000000000000..c86cabcd1bd9
--- /dev/null
+++ b/x11-wm/pawm/files/patch-src__button.c
@@ -0,0 +1,22 @@
+--- src/button.c.orig Tue Jul 4 03:19:55 2006
++++ src/button.c Mon Jul 17 03:28:20 2006
+@@ -247,6 +247,9 @@
+ XSetWindowAttributes attributes;
+ Button button=NULL;
+
++ XSetWindowAttributes wattr;
++ unsigned long wmask;
++
+ ASSERT(parent!=None);
+ ASSERT(nface!=None);
+ ASSERT(hface!=None);
+@@ -269,9 +272,6 @@
+
+
+ /** Window creation and basic setup **/
+-
+- XSetWindowAttributes wattr;
+- unsigned long wmask;
+
+ wattr.border_pixel=0;
+ wattr.colormap = XCreateColormap (display, ROOT, DEFAULTVISUAL, AllocNone);
diff --git a/x11-wm/pawm/files/patch-src__paicon.c b/x11-wm/pawm/files/patch-src__paicon.c
new file mode 100644
index 000000000000..fe3bd82b0ab8
--- /dev/null
+++ b/x11-wm/pawm/files/patch-src__paicon.c
@@ -0,0 +1,22 @@
+--- src/paicon.c.orig Tue Jul 4 03:19:55 2006
++++ src/paicon.c Mon Jul 17 03:27:59 2006
+@@ -263,6 +263,9 @@
+ {
+ PAIcon icon=NULL;
+
++ XSetWindowAttributes wattr;
++ unsigned long wmask;
++
+ ASSERT(image);
+
+ icon=malloc(PAIconBytes);
+@@ -273,9 +276,6 @@
+ #endif
+
+ icon->image=image;
+-
+- XSetWindowAttributes wattr;
+- unsigned long wmask;
+
+ wattr.border_pixel=0;
+ wattr.colormap = XCreateColormap (display, ROOT, DEFAULTVISUAL, AllocNone);