diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-10-26 08:31:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-10-26 08:31:32 +0000 |
commit | 22f1e36ff02299fbfa9e430ff2ae57e065704e99 (patch) | |
tree | b5e6c9ceaab29e6b2273faf43c13d97ffb1051f3 /x11-wm | |
parent | Fix runtime error: Linnix' printf(NULL) works while we segfault. (diff) |
This code is no longer in version 0.91.0
Notes
Notes:
svn path=/head/; revision=120203
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/files/patch-src::switchpanel.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-wm/windowmaker/files/patch-src::switchpanel.c b/x11-wm/windowmaker/files/patch-src::switchpanel.c deleted file mode 100644 index 72b712956bc6..000000000000 --- a/x11-wm/windowmaker/files/patch-src::switchpanel.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/switchpanel.c.orig Sat Oct 23 10:56:59 2004 -+++ src/switchpanel.c Sun Oct 24 02:56:19 2004 -@@ -198,8 +198,8 @@ - static void addIconForWindow(WSwitchPanel *panel, WWindow *wwin, int iconWidth) - { - WMLabel *label= WMCreateLabel(panel->hbox); -- WMAddBoxSubviewAtEnd(panel->hbox, WMWidgetView(label), False, True, iconWidth + ICON_EXTRASPACE, 0, 0); - RImage *image = NULL; -+ WMAddBoxSubviewAtEnd(panel->hbox, WMWidgetView(label), False, True, iconWidth + ICON_EXTRASPACE, 0, 0); - - if (!WFLAGP(wwin, always_user_icon) && wwin->net_icon_image) - image = RRetainImage(wwin->net_icon_image); |