aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tsar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tsar.c b/src/tsar.c
index 8673aff..99fa8aa 100644
--- a/src/tsar.c
+++ b/src/tsar.c
@@ -97,6 +97,9 @@ void init_x(void) {
gc = XCreateGC(display, win, 0, NULL);
XSetForeground(display, gc, 0xFFFFFF);
+ for (int i = 0; i < 32; i++) {
+ XLowerWindow(display, win);
+ }
XFlush(display);
}