Track if a move or resize request is client initiated
This commit is contained in:
parent
3625454420
commit
3c24934f48
7 changed files with 18 additions and 10 deletions
|
|
@ -888,6 +888,7 @@ impl State {
|
|||
&state.common.config,
|
||||
&state.common.event_loop_handle,
|
||||
&state.common.xdg_activation_state,
|
||||
false
|
||||
);
|
||||
drop(shell);
|
||||
dispatch_grab(res, seat_clone, serial, state);
|
||||
|
|
@ -910,7 +911,8 @@ impl State {
|
|||
&surface,
|
||||
&seat_clone,
|
||||
serial,
|
||||
edge
|
||||
edge,
|
||||
false
|
||||
);
|
||||
drop(shell);
|
||||
dispatch_grab(res, seat_clone, serial, state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue