Skip to content

Commit

Permalink
Update acquire/gui/win32.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schamper <[email protected]>
  • Loading branch information
cecinestpasunepipe and Schamper authored Feb 1, 2024
1 parent 4bd0670 commit 57af3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acquire/gui/win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def HIWORD(dword: w.DWORD) -> w.DWORD:
BFFCALLBACK = WINFUNCTYPE(c_int, w.HWND, w.UINT, w.LPARAM, w.LPARAM)
CW_USEDEFAULT = -2147483648
IDI_APPLICATION = w.LPCWSTR(32512)
CS_HREDRAW = 2
CS_VREDRAW = 1
CS_VREDRAW = 0x0001
CS_HREDRAW = 0x0002
IDC_ARROW = w.LPCWSTR(32512)
WHITE_BRUSH = 0
SW_SHOWNORMAL = 1
Expand Down

0 comments on commit 57af3a2

Please sign in to comment.