diff options
Diffstat (limited to 'x11-wm/windowmaker/files/patch-WINGs_wview.c')
-rw-r--r-- | x11-wm/windowmaker/files/patch-WINGs_wview.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-WINGs_wview.c b/x11-wm/windowmaker/files/patch-WINGs_wview.c new file mode 100644 index 000000000000..d72267f3d55b --- /dev/null +++ b/x11-wm/windowmaker/files/patch-WINGs_wview.c @@ -0,0 +1,23 @@ +diff -urbB ../WindowMaker-0.92.0/WINGs/wview.c ./WINGs/wview.c +--- ../WindowMaker-0.92.0/WINGs/wview.c 2004-10-27 19:41:04.000000000 -0700 ++++ ./WINGs/wview.c 2008-12-14 19:59:05.000000000 -0800 +@@ -450,6 +450,9 @@ + + W_FreeViewXdndPart(view); + ++ if (view->backColor) ++ WMReleaseColor(view->backColor); ++ + wfree(view); + } + +@@ -715,7 +718,8 @@ + { + WMScreen *scr = W_VIEW_SCREEN(view); + Window foo; +- int x, y, topX, topY, bar; ++ int x, y, topX, topY; ++ unsigned int bar; + WMView *topView; + + topView = view; |