summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_alpha.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-18 13:03:30 +0200
committerbakkeby <[email protected]>2020-07-18 13:03:30 +0200
commit664484d572719df5c105b386fa30e8ba0b7825fa (patch)
treee2acd303fb33b74a930dbdabd4430a9c3072e0a9 /patch/bar_alpha.c
parentad09397ad965d6104134bce7df5ad13ecfb97014 (diff)
downloaddwm-flexipatch-664484d572719df5c105b386fa30e8ba0b7825fa.tar.gz
dwm-flexipatch-664484d572719df5c105b386fa30e8ba0b7825fa.zip
Refinement
Diffstat (limited to 'patch/bar_alpha.c')
-rw-r--r--patch/bar_alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_alpha.c b/patch/bar_alpha.c
index 7da7215..d86bc1d 100644
--- a/patch/bar_alpha.c
+++ b/patch/bar_alpha.c
@@ -34,7 +34,7 @@ xinitvisual()
XFree(infos);
- if (! visual) {
+ if (!visual) {
visual = DefaultVisual(dpy, screen);
depth = DefaultDepth(dpy, screen);
cmap = DefaultColormap(dpy, screen);