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

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsProp.c127 int xgwp_ret;
130 xgwp_ret = XGetWindowProperty (pDpy, w, property, 0, len, False,
134 if (xgwp_ret == Success && after_ret > 0) {
141 if (xgwp_ret != Success || format_ret == 0 || nitems_ret == 0) {
124 int xgwp_ret; local in function:_XcmsGetProperty
/xsrc/external/mit/xcmsdb/dist/
H A Dxcmsdb.c882 int xgwp_ret;
885 xgwp_ret = XGetWindowProperty(pDpy, w, property, 0, len, False,
889 if (xgwp_ret == Success && after_ret > 0) {
897 if (xgwp_ret != Success || format_ret == 0 || nitems_ret == 0) {
875 int xgwp_ret; local in function:_XcmsGetProperty

Completed in 3 milliseconds