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;
```suggestion:-0+0
``` There's a trailing space here.