aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-10-26 08:31:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-10-26 08:31:32 +0000
commit22f1e36ff02299fbfa9e430ff2ae57e065704e99 (patch)
treeb5e6c9ceaab29e6b2273faf43c13d97ffb1051f3 /x11-wm
parent788466c7df2934c4311fe6f3e3fc828aaba18002 (diff)
downloadports-22f1e36ff02299fbfa9e430ff2ae57e065704e99.tar.gz
ports-22f1e36ff02299fbfa9e430ff2ae57e065704e99.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/patch-src::switchpanel.c12
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);