Zebediah Figura (@zfigura) commented about dlls/wined3d/wined3d_private.h:
/* The WNDCLASS-Name for the fake window which we use to retrieve the GL capabilities */ #define WINED3D_OPENGL_WINDOW_CLASS_NAME "WineD3D_OpenGL"
+/* For the timer that checks and restores WS_EX_TOPMOST */ +#define WINED3D_WINDOW_TOPMOST_TIMER_ID 0x4242 +#define WINED3D_WINDOW_TOPMOST_TIMER_TIMEOUT 1500
extern CRITICAL_SECTION wined3d_command_cs;
Since these are only used in swapchain.c I'd just move them there.