Searched refs:_pDraw (Results 1 – 1 of 1) sorted by relevance
57 #define DMX_GCOPS_SET_DRAWABLE(_pDraw, _draw) \ argument59 if ((_pDraw)->type == DRAWABLE_WINDOW) { \61 DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw)); \65 DMX_GET_PIXMAP_PRIV((PixmapPtr)(_pDraw)); \70 #define DMX_GCOPS_OFFSCREEN(_pDraw) \ argument71 (!dmxScreens[(_pDraw)->pScreen->myNum].beDisplay || \73 (_pDraw)->type == DRAWABLE_WINDOW && \74 (DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw))->offscreen || \75 !DMX_GET_WINDOW_PRIV((WindowPtr)(_pDraw))->window)))