summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--drw.c1
-rw-r--r--dwm.pngbin373 -> 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
diff --git a/drw.c b/drw.c
index c41e6af..3999613 100644
--- a/drw.c
+++ b/drw.c
@@ -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
deleted file mode 100644
index b1f9ba7..0000000
--- a/dwm.png
+++ /dev/null
Binary files differ