diff options
Diffstat (limited to 'x11-wm/windowmaker/files/patch-WINGs_wwindow.c')
-rw-r--r-- | x11-wm/windowmaker/files/patch-WINGs_wwindow.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/windowmaker/files/patch-WINGs_wwindow.c b/x11-wm/windowmaker/files/patch-WINGs_wwindow.c deleted file mode 100644 index acd6bec412b8..000000000000 --- a/x11-wm/windowmaker/files/patch-WINGs_wwindow.c +++ /dev/null @@ -1,19 +0,0 @@ ---- WINGs/wwindow.c -+++ WINGs/wwindow.c -@@ -254,14 +254,14 @@ - setMiniwindow(WMWindow *win, RImage *image) - { - WMScreen *scr= win->view->screen; -- CARD32 *data; -+ 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(long)); - - o= 0; - data[o++] = image->width; |