HomeSort by: relevance | last modified time | path
    Searched refs:destroy_callback (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imInt.c 105 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.callback)
    [all...]
imRm.c 571 *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 = ic_values->destroy_callback
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
Xlcint.h 645 XIMCallback destroy_callback; member in struct:__anon5694
728 XICCallback destroy_callback; member in struct:__anon5696
Ximint.h 100 XIMCallback destroy_callback; member in struct:_XimDefIMValues
114 XICCallback destroy_callback; member in struct:_XimDefICValues
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 1667 destroy_callback (Display *dpy, win *w, Bool gone) function
1679 set_fade (dpy, w, w->opacity*1.0/OPAQUE, 0.0, fade_out_step, destroy_callback, gone, False, True);

Completed in 9 milliseconds