mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Compare commits
2 commits
516a3de4ca
...
4d0c805f2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d0c805f2a | ||
|
|
e8ad11c51a |
2 changed files with 2 additions and 3 deletions
|
|
@ -584,6 +584,7 @@ static void handle_tablet_tool_position(struct sway_cursor *cursor,
|
|||
} else {
|
||||
wlr_tablet_v2_tablet_tool_notify_proximity_out(tool->tablet_v2_tool);
|
||||
pointer_motion(cursor, time_msec, input_device->wlr_device, dx, dy, dx, dy);
|
||||
wlr_seat_pointer_notify_frame(cursor->seat->wlr_seat);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -214,9 +214,7 @@ void root_scratchpad_hide(struct sway_container *con) {
|
|||
struct sway_node *focus = seat_get_focus_inactive(seat, &root->node);
|
||||
struct sway_workspace *ws = con->pending.workspace;
|
||||
|
||||
if (con->pending.fullscreen_mode == FULLSCREEN_GLOBAL && !con->pending.workspace) {
|
||||
// If the container was made fullscreen global while in the scratchpad,
|
||||
// it should be shown until fullscreen has been disabled
|
||||
if (!con->pending.workspace) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue