From 50a5e943075c5cb342a42d8b17724c43a89972d4 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Fri, 27 May 2022 18:38:30 -0700 Subject: [PATCH] Some low-effort visibility hygiene --- locker/src/monitor.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locker/src/monitor.rs b/locker/src/monitor.rs index 3550a96..f98ac81 100644 --- a/locker/src/monitor.rs +++ b/locker/src/monitor.rs @@ -15,13 +15,13 @@ struct BacklightControl { } pub struct Monitor<'a> { - pub conn: &'a xcb::Connection, + conn: &'a xcb::Connection, pub root: x::Window, pub black_gc: x::Gcontext, - pub output: randr::Output, + output: randr::Output, pub blanker_window: x::Window, pub unlock_window: x::Window, - pub blank_cursor: x::Cursor, + blank_cursor: x::Cursor, pub x: i16, pub y: i16, pub width: u16,