4 Jun
2024
4 Jun
'24
11:29 a.m.
Huw Davies (@huw) commented about dlls/winemac.drv/window.c:
- } + return TRUE; +} + +/*********************************************************************** + * UpdateLayeredWindow (MACDRV.@) + */ +BOOL macdrv_UpdateLayeredWindow(HWND hwnd, const UPDATELAYEREDWINDOWINFO *info, + const RECT *window_rect, struct window_surface *surface) +{ + struct macdrv_win_data *data; + BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, 0 }; + RECT rect, src_rect; + HDC hdc; + BOOL ret = FALSE; +
There's a trailing space here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5782#note_72305