Home
last modified time | relevance | path

Searched refs:xnestWindowPriv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c119 xnestWindowPriv(pWin)->window = XCreateWindow(xnestDisplay, in xnestCreateWindow()
131 xnestWindowPriv(pWin)->parent = xnestWindowParent(pWin); in xnestCreateWindow()
132 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin); in xnestCreateWindow()
133 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin); in xnestCreateWindow()
134 xnestWindowPriv(pWin)->width = pWin->drawable.width; in xnestCreateWindow()
135 xnestWindowPriv(pWin)->height = pWin->drawable.height; in xnestCreateWindow()
136 xnestWindowPriv(pWin)->border_width = pWin->borderWidth; in xnestCreateWindow()
137 xnestWindowPriv(pWin)->sibling_above = None; in xnestCreateWindow()
139 xnestWindowPriv(pWin->nextSib)->sibling_above = xnestWindow(pWin); in xnestCreateWindow()
140 xnestWindowPriv(pWin)->bounding_shape = RegionCreate(NULL, 1); in xnestCreateWindow()
[all …]
H A DXNWindow.h40 #define xnestWindowPriv(pWin) ((xnestPrivWin *) \ macro
43 #define xnestWindow(pWin) (xnestWindowPriv(pWin)->window)