tree: implement workspace dragging
This commit is contained in:
parent
132986df2a
commit
1dd20fb87b
8 changed files with 235 additions and 7 deletions
|
|
@ -558,6 +558,7 @@ fn create_dummy_output(state: &Rc<State>) {
|
|||
status: Default::default(),
|
||||
scroll: Default::default(),
|
||||
pointer_positions: Default::default(),
|
||||
pointer_down: Default::default(),
|
||||
lock_surface: Default::default(),
|
||||
hardware_cursor: Default::default(),
|
||||
update_render_data_scheduled: Cell::new(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue