mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
app: make cursor support more robust on Windows
Post a dedicated message upon Window.SetCursor calls. Make sure that the cursor is only changed if the cursor is in the window. Signed-off-by: pierre <pierre.curto@gmail.com>
This commit is contained in:
@@ -61,6 +61,8 @@ const (
|
||||
|
||||
CW_USEDEFAULT = -2147483648
|
||||
|
||||
HTCLIENT = 1
|
||||
|
||||
IDC_ARROW = 32512
|
||||
IDC_IBEAM = 32513
|
||||
IDC_HAND = 32649
|
||||
|
||||
Reference in New Issue
Block a user