parent
0a5dddacfd
commit
d3a46b7c8a
8 changed files with 263 additions and 48 deletions
|
|
@ -937,8 +937,8 @@ impl<C: XConnection> ServerState<C> {
|
|||
|
||||
#[derive(Default, Debug)]
|
||||
pub struct PendingSurfaceState {
|
||||
pub x: i32,
|
||||
pub y: i32,
|
||||
pub x: Option<i32>,
|
||||
pub y: Option<i32>,
|
||||
pub width: i32,
|
||||
pub height: i32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue