diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | drw.c | 1 | ||||
-rw-r--r-- | dwm.png | bin | 373 -> 0 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..095e840 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +dwm @@ -176,6 +176,7 @@ 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 diff --git a/dwm.png b/dwm.png Binary files differdeleted file mode 100644 index b1f9ba7..0000000 --- a/dwm.png +++ /dev/null |