aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cwm/menu-border.patch
diff options
context:
space:
mode:
authorCág <ca6c@bitmessage.ch>2017-11-08 18:32:01 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-01-09 13:20:53 +0000
commitf22c97ead265091b6226d90c1276a7e5f8166e3d (patch)
tree8328784cba166a02b8ffaf7b1086b91c40282f4c /testing/cwm/menu-border.patch
parent8c9aa20b2f1445d63a2923145fffca1b40f1470a (diff)
downloadaports-f22c97ead265091b6226d90c1276a7e5f8166e3d.tar.bz2
aports-f22c97ead265091b6226d90c1276a7e5f8166e3d.tar.xz
testing/cwm: new aport
Diffstat (limited to 'testing/cwm/menu-border.patch')
-rw-r--r--testing/cwm/menu-border.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/cwm/menu-border.patch b/testing/cwm/menu-border.patch
new file mode 100644
index 0000000000..290b60576a
--- /dev/null
+++ b/testing/cwm/menu-border.patch
@@ -0,0 +1,13 @@
+diff --git a/conf.c b/conf.c
+index d750c42..20a2da5 100644
+--- a/conf.c
++++ b/conf.c
+@@ -478,7 +478,7 @@ conf_screen(struct screen_ctx *sc)
+
+ sc->menu.win = XCreateSimpleWindow(X_Dpy, sc->rootwin, 0, 0, 1, 1,
+ Conf.bwidth,
+- sc->xftcolor[CWM_COLOR_MENU_FG].pixel,
++ sc->xftcolor[CWM_COLOR_BORDER_ACTIVE].pixel,
+ sc->xftcolor[CWM_COLOR_MENU_BG].pixel);
+
+ sc->menu.xftdraw = XftDrawCreate(X_Dpy, sc->menu.win, visual, colormap);