[PATCH 2/2] winex11.drv: Implement clipboard changes tracking using xfixes extension

Alexandre Julliard julliard at winehq.org
Wed May 24 07:15:57 CDT 2017


Piotr Caban <piotr at 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?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list