Emil Velikov (@xexaxo) commented about include/wine/gdi_driver.h:
void (*pUpdateLayeredWindow)(HWND,const RECT *,COLORREF,BYTE,UINT); LRESULT (*pWindowMessage)(HWND,UINT,WPARAM,LPARAM); BOOL (*pWindowPosChanging)(HWND,UINT,const RECT *,const RECT *,RECT *);
- BOOL (*pCreateWindowSurface)(HWND,UINT,const RECT *,struct window_surface**);
- BOOL (*pCreateWindowSurface)(HWND,const RECT *,struct window_surface**);
Out of curiosity: is there an equivalent of `WINE_GDI_DRIVER_VERSION` when `struct user_driver_funcs` gets changed?