aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();