Module: wine Branch: master Commit: 035ac4df7af40282829d8a3be8faf59810328c95 URL: https://gitlab.winehq.org/wine/wine/-/commit/035ac4df7af40282829d8a3be8faf59...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Jan 18 19:43:45 2023 -0600
win32u: Make the global "caret" structure static.
---
dlls/win32u/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/win32u/input.c b/dlls/win32u/input.c index fd16d03f733..5656d5eb28f 100644 --- a/dlls/win32u/input.c +++ b/dlls/win32u/input.c @@ -1780,7 +1780,7 @@ BOOL set_foreground_window( HWND hwnd, BOOL mouse ) return ret; }
-struct +static struct { HBITMAP bitmap; unsigned int timeout;