Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/waylanddrv.h:
struct wayland_shm_buffer *wayland_shm_buffer_create(int width, int height, enum wl_shm_format format); +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.