Handle reparented windows correctly
Also refactored to avoid dealing with window properties until a window is actually mapped. Fixes #10
This commit is contained in:
parent
b8bd07ce93
commit
3afc9ffa9d
6 changed files with 456 additions and 164 deletions
|
|
@ -1,6 +1,6 @@
|
|||
mod clientside;
|
||||
mod server;
|
||||
mod xstate;
|
||||
pub mod xstate;
|
||||
|
||||
use crate::server::{PendingSurfaceState, ServerState};
|
||||
use crate::xstate::XState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue