summaryrefslogtreecommitdiff
path: root/wm/windowmaker/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'wm/windowmaker/patches/patch-al')
-rw-r--r--wm/windowmaker/patches/patch-al19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/windowmaker/patches/patch-al b/wm/windowmaker/patches/patch-al
new file mode 100644
index 00000000000..88deaa386b0
--- /dev/null
+++ b/wm/windowmaker/patches/patch-al
@@ -0,0 +1,19 @@
+--- WINGs/wwindow.c.orig 2004-10-24 11:58:20.000000000 +0900
++++ WINGs/wwindow.c 2005-01-04 23:17:30.000000000 +0900
+@@ -254,14 +254,14 @@
+ setMiniwindow(WMWindow *win, RImage *image)
+ {
+ WMScreen *scr= win->view->screen;
+- CARD32 *data;
++ unsigned long *data;
+ int x, y;
+ int o;
+
+ if (!image)
+ return;
+
+- data = wmalloc((image->width * image->height + 2) * sizeof(CARD32));
++ data = wmalloc((image->width * image->height + 2) * sizeof(unsigned long));
+
+ o= 0;
+ data[o++] = image->width;