diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-19 01:48:52 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-19 01:48:52 +0300 |
commit | 496351cdd28cbdaef9b7bbdf6496493925848cf4 (patch) | |
tree | 32b7ebd6d7bef1171e934004a732e13f34eff452 /drw.c.orig | |
parent | f44745c9ec54d5814f3e9133c33c1b703fc86884 (diff) |
Revert "WinIcon Patch"6.4-Mainline
This reverts commit 48d827bb16e57a06c951c08bcf98ca1c088da9eb.
Changes to be committed:
modified: config.def.h
modified: config.def.h.orig
modified: config.h
modified: config.mk
deleted: config.mk.orig
modified: drw.c
modified: drw.c.orig
modified: drw.h
deleted: drw.h.orig
modified: dwm.c
modified: dwm.c.orig
deleted: patches/dwm-winicon-6.3-v2.1.diff
Diffstat (limited to 'drw.c.orig')
-rw-r--r-- | drw.c.orig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -190,8 +190,6 @@ 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 |