Lines Matching defs:swapAction
188 xDbeSwapAction swapAction;
208 swapAction = stuff->swapAction; /* use local var for performance. */
209 if ((swapAction != XdbeUndefined ) &&
210 (swapAction != XdbeBackground) &&
211 (swapAction != XdbeUntouched ) &&
212 (swapAction != XdbeCopied ))
352 stuff->swapAction);
380 pDbeWindowPriv->swapAction = stuff->swapAction;
552 if ((dbeSwapInfo[i].swapAction != XdbeUndefined ) &&
553 (dbeSwapInfo[i].swapAction != XdbeBackground) &&
554 (dbeSwapInfo[i].swapAction != XdbeUntouched ) &&
555 (dbeSwapInfo[i].swapAction != XdbeCopied ))
563 swapInfo[i].swapAction = dbeSwapInfo[i].swapAction;
987 /* stuff->swapAction is a byte. We do not need to swap this field. */