Home
last modified time | relevance | path

Searched refs:FindWindowWithOptional (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h204 extern _X_EXPORT WindowPtr FindWindowWithOptional(WindowPtr /*w */ );
H A Dwindowstr.h181 : FindWindowWithOptional(w)->optional->field)
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c799 ancwopt = FindWindowWithOptional(pParent)->optional; in CreateWindow()
3333 FindWindowWithOptional(WindowPtr w) in FindWindowWithOptional() function
3390 parentOptional = FindWindowWithOptional(w)->optional; in CheckWindowOptionalNeed()
3432 parentOptional = FindWindowWithOptional(pWin)->optional; in MakeWindowOptional()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c806 ancwopt = FindWindowWithOptional(pParent)->optional; in ScreenSaverSetAttributes()