Ticket #30927: rootlessScreen.c.diff
File rootlessScreen.c.diff, 606 bytes (added by daitakahashi, 13 years ago) |
---|
-
xorg-server-1.11.1/miext/rootless/rootlessScreen.c
247 247 WindowPtr srcWin, dstWin, maskWin = NULL; 248 248 249 249 if (pMask) { // pMask can be NULL 250 maskWin = (pMask->pDrawable ->type == DRAWABLE_WINDOW) ?250 maskWin = (pMask->pDrawable && pMask->pDrawable->type == DRAWABLE_WINDOW) ? 251 251 (WindowPtr)pMask->pDrawable : NULL; 252 252 } 253 253 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ?