Function
MetaX11DisplayEventFunc
Declaration
void
(* MetaX11DisplayEventFunc) (
MetaX11Display* x11_display,
XEvent* xev,
gpointer user_data
)
Parameters
x11_display
-
Type:
MetaX11Display
No description available.
The data is owned by the caller of the function. xev
-
Type:
XEvent*
No description available.
The data is owned by the caller of the function. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.