Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h144 #define GetWindowAttributes(w,c,x) Darwin_X_GetWindowAttributes(w,c,x) macro
147 extern _X_EXPORT void GetWindowAttributes(
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt432 R003 X11:GetWindowAttributes
H A Dwindow.c1607 GetWindowAttributes(WindowPtr pWin, ClientPtr client, in GetWindowAttributes() function
H A Ddispatch.c743 GetWindowAttributes(pWin, client, &wa); in ProcGetWindowAttributes()