Win32: Clean up RDP hidden cursor workaround

This commit is contained in:
Camilla Löwy
2024-02-07 00:31:19 +01:00
parent 6c1e3fd84c
commit 275b92f887
2 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ typedef struct _GLFWlibraryWin32
UINT mouseTrailSize;
// Indicate if the process was started behind Remote Destop
BOOL isRemoteSession;
// An invisible cursor, needed for special cases (see WM_INPUT handler)
// The cursor handle to use to hide the cursor (NULL or a transparent cursor)
HCURSOR blankCursor;
struct {