output: fix cursors disappearing after dpms (#6659)
This commit is contained in:
parent
4dd2b5902e
commit
eef207ce0a
2 changed files with 5 additions and 1 deletions
|
|
@ -59,6 +59,8 @@ class CPointerManager {
|
|||
Vector2D position();
|
||||
Vector2D cursorSizeLogical();
|
||||
|
||||
void recheckEnteredOutputs();
|
||||
|
||||
private:
|
||||
void recheckPointerPosition();
|
||||
void onMonitorLayoutChange();
|
||||
|
|
@ -67,7 +69,6 @@ class CPointerManager {
|
|||
void onCursorMoved();
|
||||
bool hasCursor();
|
||||
void damageIfSoftware();
|
||||
void recheckEnteredOutputs();
|
||||
|
||||
// closest valid point to a given one
|
||||
Vector2D closestValid(const Vector2D& pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue