summaryrefslogtreecommitdiff
path: root/drw.c.orig
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-17 04:27:28 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-17 04:27:28 +0300
commit48d827bb16e57a06c951c08bcf98ca1c088da9eb (patch)
tree8a35a8236d66db6476f8437557881144463e82bb /drw.c.orig
parent67f972f7426503cd4307ffe53868453d19777efa (diff)
WinIcon Patch
Changes to be committed: modified: config.def.h modified: config.def.h.orig modified: config.h modified: config.mk new file: config.mk.orig modified: drw.c modified: drw.c.orig modified: drw.h new file: drw.h.orig modified: dwm.c modified: dwm.c.orig modified: patches_huge/dwm-winicon-6.3-v2.1.diff
Diffstat (limited to 'drw.c.orig')
-rw-r--r--drw.c.orig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drw.c.orig b/drw.c.orig
index a58a2b4..163eb51 100644
--- a/drw.c.orig
+++ b/drw.c.orig
@@ -190,6 +190,8 @@ drw_clr_create(Drw *drw, Clr *dest, const char *clrname)
DefaultColormap(drw->dpy, drw->screen),
clrname, dest))
die("error, cannot allocate color '%s'", clrname);
+
+ dest->pixel |= 0xff << 24;
}
/* Wrapper to create color schemes. The caller has to call free(3) on the