Skip to content

Commit

Permalink
catch another ConfigureNotify
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Aug 10, 2024
1 parent 0aef5c8 commit a342d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ fn configure(c: *mut Client) {
log::trace!("configure");
unsafe {
let mut ce = bindgen::XConfigureEvent {
type_: bindgen::ConfigureNotify as i32,
type_: x11::xlib::ConfigureNotify,
serial: 0,
send_event: 0,
display: dpy,
Expand Down

0 comments on commit a342d44

Please sign in to comment.