1 Apr
2025
1 Apr
'25
10:18 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_surface.c:
return NULL; }
+/*********************************************************************** + * wayland_shm_buffer_from_color_bitmaps + * + * Create a wayland_shm_buffer for a color bitmap. + * + * Adapted from wineandroid.drv code. + */ +struct wayland_shm_buffer *wayland_shm_buffer_from_color_bitmaps(HDC hdc, HBITMAP color, + HBITMAP mask)
Code style nit: align with first argument in previous line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6938#note_99491