bugfix(x11): Use the right atom type in focus_window()
Closes #3248 by removing an Xlibism I forgot about Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
e9784127df
commit
da947992ac
5 changed files with 60 additions and 7 deletions
|
|
@ -1,6 +1 @@
|
|||
use x11_dl::xmd::CARD32;
|
||||
pub use x11_dl::{error::OpenError, xcursor::*, xinput2::*, xlib::*, xlib_xcb::*};
|
||||
|
||||
// Isn't defined by x11_dl
|
||||
#[allow(non_upper_case_globals)]
|
||||
pub const IconicState: CARD32 = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue