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.