Lines Matching defs:swapAction
174 xDbeSwapAction swapAction;
192 swapAction = stuff->swapAction; /* use local var for performance. */
193 if ((swapAction != XdbeUndefined) &&
194 (swapAction != XdbeBackground) &&
195 (swapAction != XdbeUntouched) && (swapAction != XdbeCopied)) {
321 stuff->swapAction);
348 pDbeWindowPriv->swapAction = stuff->swapAction;
507 if ((dbeSwapInfo[i].swapAction != XdbeUndefined) &&
508 (dbeSwapInfo[i].swapAction != XdbeBackground) &&
509 (dbeSwapInfo[i].swapAction != XdbeUntouched) &&
510 (dbeSwapInfo[i].swapAction != XdbeCopied)) {
517 swapInfo[i].swapAction = dbeSwapInfo[i].swapAction;
869 /* stuff->swapAction is a byte. We do not need to swap this field. */