We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3b10a commit 6c91b1eCopy full SHA for 6c91b1e
hPyT/hPyT.py
@@ -95,8 +95,8 @@ class NCCALCSIZE_PARAMS(ctypes.Structure):
95
rnbbcs: List[int] = []
96
accent_color_titlebars: List[int] = []
97
accent_color_borders: List[int] = []
98
-old_wndprocs: Dict[int, int] = {}
99
-new_wndprocs: Dict[int, int] = {}
+old_wndprocs: Dict[int, ctypes._CFunctionType] = {}
+new_wndprocs: Dict[int, ctypes._CFunctionType] = {}
100
101
WINDOWS_VERSION = float(platform.version().split(".")[0])
102
0 commit comments