Piotr Caban piotr@codeweavers.com writes:
@@ -499,6 +499,7 @@ extern Atom systray_atom DECLSPEC_HIDDEN; typedef BOOL (*x11drv_event_handler)( HWND hwnd, XEvent *event );
extern void X11DRV_register_event_handler( int type, x11drv_event_handler handler, const char *name ) DECLSPEC_HIDDEN; +extern void X11DRV_register_XFixesSelectionNotify( int type ) DECLSPEC_HIDDEN;
Is there a reason you can't use X11DRV_register_event_handler?