From 50589e5652af5b2a5817d24a6a0ca6d010196368 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 21 Jul 2020 22:28:40 -0400 Subject: [PATCH] Insert debug statement to investigate 173 --- unlock_indicator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unlock_indicator.c b/unlock_indicator.c index cb3f33f..543864c 100644 --- a/unlock_indicator.c +++ b/unlock_indicator.c @@ -897,6 +897,8 @@ void render_lock(uint32_t *resolution, xcb_drawable_t drawable) { screen_number = 0; } + DEBUG("Drawing indicator on %d screens\n", screen_number); + int current_screen = screen_number == 0 ? 0 : screen_number - 1; const int end_screen = screen_number == 0 ? xr_screens : screen_number; for (; current_screen < end_screen; current_screen++) {