Lines Matching refs:wa
1608 xGetWindowAttributesReply * wa) in GetWindowAttributes() argument
1610 wa->type = X_Reply; in GetWindowAttributes()
1611 wa->bitGravity = pWin->bitGravity; in GetWindowAttributes()
1612 wa->winGravity = pWin->winGravity; in GetWindowAttributes()
1614 wa->backingStore = NotUseful; in GetWindowAttributes()
1616 wa->backingStore = pWin->backingStore; in GetWindowAttributes()
1617 wa->length = bytes_to_int32(sizeof(xGetWindowAttributesReply) - in GetWindowAttributes()
1619 wa->sequenceNumber = client->sequence; in GetWindowAttributes()
1620 wa->backingBitPlanes = wBackingBitPlanes(pWin); in GetWindowAttributes()
1621 wa->backingPixel = wBackingPixel(pWin); in GetWindowAttributes()
1622 wa->saveUnder = (BOOL) pWin->saveUnder; in GetWindowAttributes()
1623 wa->override = pWin->overrideRedirect; in GetWindowAttributes()
1625 wa->mapState = IsUnmapped; in GetWindowAttributes()
1627 wa->mapState = IsViewable; in GetWindowAttributes()
1629 wa->mapState = IsUnviewable; in GetWindowAttributes()
1631 wa->colormap = wColormap(pWin); in GetWindowAttributes()
1632 wa->mapInstalled = (wa->colormap == None) ? xFalse in GetWindowAttributes()
1633 : IsMapInstalled(wa->colormap, pWin); in GetWindowAttributes()
1635 wa->yourEventMask = EventMaskForClient(pWin, client); in GetWindowAttributes()
1636 wa->allEventMasks = pWin->eventMask | wOtherEventMasks(pWin); in GetWindowAttributes()
1637 wa->doNotPropagateMask = wDontPropagateMask(pWin); in GetWindowAttributes()
1638 wa->class = pWin->drawable.class; in GetWindowAttributes()
1639 wa->visualID = wVisual(pWin); in GetWindowAttributes()