Searched refs:destroy_callback (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimInt.c105 if (im->core.destroy_callback.callback)
106 (*im->core.destroy_callback.callback)((XIM)im,
107 im->core.destroy_callback.client_data, NULL);
109 if (ic->core.destroy_callback.callback) {
110 (*ic->core.destroy_callback.callback)(ic,
111 ic->core.destroy_callback.client_data, NULL);
134 if (im->core.destroy_callback.callback)
135 (*im->core.destroy_callback.callback)(im,
136 im->core.destroy_callback.client_data, NULL);
138 if (ic->core.destroy_callback
[all...]
H A DimRm.c571 *out = im->core.destroy_callback;
1548 XOffsetOf(XimDefIMValues, destroy_callback),
1602 XOffsetOf(XimDefICValues, destroy_callback),
3094 im_values->destroy_callback = im->core.destroy_callback;
3106 im->core.destroy_callback = im_values->destroy_callback;
3124 ic_values->destroy_callback = ic->core.destroy_callback;
3148 ic->core.destroy_callback
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcint.h645 XIMCallback destroy_callback; member in struct:__anon420bb5f60c08
728 XICCallback destroy_callback; member in struct:__anon420bb5f60e08
H A DXimint.h100 XIMCallback destroy_callback; member in struct:_XimDefIMValues
114 XICCallback destroy_callback; member in struct:_XimDefICValues
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1667 destroy_callback (Display *dpy, win *w, Bool gone) function in typeref:typename:void
1679 set_fade (dpy, w, w->opacity*1.0/OPAQUE, 0.0, fade_out_step, destroy_callback, gone, False, True);

Completed in 10 milliseconds