aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-09-03 16:33:13 +0200
committerdec05eba <dec05eba@protonmail.com>2023-09-03 16:33:13 +0200
commitd4211b9e21e4d8e76fa822df997df55b3a697126 (patch)
tree42b98316c483e0a108f8eb494a911f90c740d443
parent545fe676701fd384c750518d4747e1425a94c44a (diff)
Remove debug output
-rw-r--r--src/mgl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mgl.c b/src/mgl.c
index 2a5325e..08cd9f8 100644
--- a/src/mgl.c
+++ b/src/mgl.c
@@ -81,7 +81,6 @@ int mgl_init(void) {
return -1;
}
- fprintf(stderr, "randr event base: %d\n", context.randr_event_base);
XRRSelectInput(context.connection, DefaultRootWindow(context.connection), RRScreenChangeNotifyMask | RRCrtcChangeNotifyMask | RROutputChangeNotifyMask);
XInitThreads();