Searched refs:WinXSizeHints (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h95 } WinXSizeHints; typedef in typeref:struct:__anon89a0bf6c0208
127 winMultiWindowGetWMNormalHints(WindowPtr pWin, WinXSizeHints * hints);
H A Dwinmultiwindowclass.c191 winMultiWindowGetWMNormalHints(WindowPtr pWin, WinXSizeHints * hints)
208 memset(hints, 0, sizeof(WinXSizeHints));
212 memcpy(hints, prop->data, sizeof(WinXSizeHints));
H A Dwinmultiwindowwndproc.c70 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp)
199 WinXSizeHints sizeHints;
H A Dwinmultiwindowwindow.c490 WinXSizeHints hints;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h68 } WinXSizeHints; typedef in typeref:struct:__anon045cf5390208
106 winMultiWindowGetWMNormalHints (WindowPtr pWin, WinXSizeHints *hints);
H A Dwinmultiwindowclass.c204 winMultiWindowGetWMNormalHints (WindowPtr pWin, WinXSizeHints *hints)
222 memset (hints, 0, sizeof (WinXSizeHints));
229 memcpy (hints, prop->data, sizeof (WinXSizeHints));
H A Dwinmultiwindowwndproc.c67 ConstrainSize (WinXSizeHints hints, int *widthp, int *heightp)
200 WinXSizeHints sizeHints;
H A Dwinwin32rootlesswndproc.c75 ConstrainSize (WinXSizeHints hints, int *widthp, int *heightp)
208 WinXSizeHints sizeHints;
H A Dwinmultiwindowwindow.c494 WinXSizeHints hints;

Completed in 16 milliseconds