Skip to content

Commit

Permalink
Use x11rb for event handling
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Sep 30, 2023
1 parent 8013f97 commit 6c6ff74
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 798 deletions.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/x11/dnd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl From<io::Error> for DndDataParseError {
pub(crate) struct Dnd {
xconn: Arc<XConnection>,
// Populated by XdndEnter event handler
pub version: Option<c_long>,
pub version: Option<u32>,
pub type_list: Option<Vec<xproto::Atom>>,
// Populated by XdndPosition event handler
pub source_window: Option<xproto::Window>,
Expand Down
Loading

0 comments on commit 6c6ff74

Please sign in to comment.