aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-17 00:19:53 +0100
committerFederico Angelilli <code@fedang.net>2023-11-17 00:50:05 +0100
commitf28d0af32e28005a4b28857fa4fd4232d6849442 (patch)
tree390ba9ea0e4647c17da1e44d203e97053558650f /Makefile
parent68ca7d2e289290f3142fda529d67c5e87a0b6c30 (diff)
Simplify visual type search and fix window depth
Transparency started working due to the explicit selection of a depth (preferring 32 bit) instead of copying that of the root window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ea520e..70f37f6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ BIN = comet.bin
DEPS = \
xcb \
+ xcb-aux \
xcb-icccm \
xcb-ewmh \
xcb-xrm \