19 Aug
2024
19 Aug
'24
9:25 a.m.
Rémi Bernon (@rbernon) commented about include/wine/gdi_driver.h:
struct opengl_funcs * (*pwine_get_wgl_driver)(UINT); /* thread management */ void (*pThreadDetach)(void); + /* IME support */ + BOOL (*pSetIMECompositionWindowPos)(HWND, const POINT *);
You need to bump `WINE_GDI_DRIVER_VERSION` too. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6286#note_79088