a bit of fixes to cursor hiding
This commit is contained in:
parent
4d09101e23
commit
f5c2dfc706
3 changed files with 18 additions and 1 deletions
|
|
@ -32,6 +32,9 @@ public:
|
|||
bool shouldRenderWindow(CWindow*, SMonitor*);
|
||||
bool shouldRenderWindow(CWindow*);
|
||||
void ensureCursorRenderingMode();
|
||||
bool shouldRenderCursor();
|
||||
|
||||
bool m_bWindowRequestedCursorHide = false;
|
||||
|
||||
DAMAGETRACKINGMODES damageTrackingModeFromStr(const std::string&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue