Home
last modified time | relevance | path

Searched refs:SelectionCallback (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/xfixes/
H A Dselect.c101 if (!AddCallback(&SelectionCallback, XFixesSelectionCallback, NULL)) in CheckSelectionCallback()
108 DeleteCallback(&SelectionCallback, XFixesSelectionCallback, NULL); in CheckSelectionCallback()
/OK3568_Linux_fs/external/xserver/include/
H A Dselection.h76 extern _X_EXPORT CallbackListPtr SelectionCallback;
/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c68 CallbackListPtr SelectionCallback; variable
109 CallCallbacks(&SelectionCallback, &info); in CallSelectionCallback()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1086 DeleteCallback(&SelectionCallback, wm_selection_callback, xwl_screen); in wm_selection_callback()
1177 AddCallback(&SelectionCallback, wm_selection_callback, xwl_screen); in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog157625 object. Upgraded the SelectionCallback to take a client argument and