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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimintP.h169 #define NEED_SYNC_REPLY (1L << 6) macro
216 (((Xim)im)->private.proto.flag & NEED_SYNC_REPLY)
218 (((Xim)im)->private.proto.flag |= NEED_SYNC_REPLY)
220 (((Xim)im)->private.proto.flag &= ~NEED_SYNC_REPLY)

Completed in 2 milliseconds