mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 19:45:58 +01:00
parent
1f71d5f5c1
commit
4168b8c17b
1 changed files with 1 additions and 4 deletions
|
@ -295,11 +295,8 @@ void CSeatManager::sendPointerFrame(WP<CWLSeatResource> pResource) {
|
|||
if (!pResource)
|
||||
return;
|
||||
|
||||
if (!state.pointerFocusResource)
|
||||
return;
|
||||
|
||||
for (auto& s : seatResources) {
|
||||
if (s->resource->client() != state.pointerFocusResource->client())
|
||||
if (s->resource->client() != pResource->client())
|
||||
continue;
|
||||
|
||||
for (auto& p : s->resource->pointers) {
|
||||
|
|
Loading…
Reference in a new issue