You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't seem right, it will treat any message whose last byte matches 0x12 as quit, e.g. WM_HOTKEY, WM_EXITMENULOOP, WM_SYSCOMMAND, and those in the WM_USER + x ranges.
The text was updated successfully, but these errors were encountered:
capy/src/backends/win32/backend.zig
Line 1600 in c9e5ff8
This doesn't seem right, it will treat any message whose last byte matches 0x12 as quit, e.g.
WM_HOTKEY
,WM_EXITMENULOOP
,WM_SYSCOMMAND
, and those in theWM_USER + x
ranges.The text was updated successfully, but these errors were encountered: