Some low-effort visibility hygiene
This commit is contained in:
parent
8657bc249c
commit
50a5e94307
@ -15,13 +15,13 @@ struct BacklightControl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct Monitor<'a> {
|
pub struct Monitor<'a> {
|
||||||
pub conn: &'a xcb::Connection,
|
conn: &'a xcb::Connection,
|
||||||
pub root: x::Window,
|
pub root: x::Window,
|
||||||
pub black_gc: x::Gcontext,
|
pub black_gc: x::Gcontext,
|
||||||
pub output: randr::Output,
|
output: randr::Output,
|
||||||
pub blanker_window: x::Window,
|
pub blanker_window: x::Window,
|
||||||
pub unlock_window: x::Window,
|
pub unlock_window: x::Window,
|
||||||
pub blank_cursor: x::Cursor,
|
blank_cursor: x::Cursor,
|
||||||
pub x: i16,
|
pub x: i16,
|
||||||
pub y: i16,
|
pub y: i16,
|
||||||
pub width: u16,
|
pub width: u16,
|
||||||
|
Loading…
Reference in New Issue
Block a user