Skip to content

Commit

Permalink
kms: Send enter and leave events to all screens
Browse files Browse the repository at this point in the history
Propage event to all sibling screens resulting in enter and leave
events being properly sent.

Change-Id: Ia89d53105f6303fae3f304ce0920b5a4a24f86ae
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
plfiorini committed Aug 20, 2017
1 parent 73573fc commit 4e39175
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ void QEglFSKmsGbmCursor::setPos(const QPoint &pos)
m_pos = pos;
else
qWarning("Failed to move cursor on screen %s: %d", kmsScreen->name().toLatin1().constData(), ret);

kmsScreen->handleCursorMove(pos);
}
}

Expand Down

0 comments on commit 4e39175

Please sign in to comment.