Searched refs:WinXWMHints (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h61 } WinXWMHints; typedef in typeref:struct:__anon89a0bf6c0108
118 winMultiWindowGetWMHints(WindowPtr pWin, WinXWMHints * hints);
H A Dwinmultiwindowclass.c117 winMultiWindowGetWMHints(WindowPtr pWin, WinXWMHints * hints)
134 memset(hints, 0, sizeof(WinXWMHints));
138 memcpy(hints, prop->data, sizeof(WinXWMHints));
H A Dwinmultiwindowwndproc.c995 WinXWMHints hints;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h48 } WinXWMHints; typedef in typeref:struct:__anon045cf5390108
97 winMultiWindowGetWMHints (WindowPtr pWin, WinXWMHints *hints);
H A Dwinmultiwindowclass.c119 winMultiWindowGetWMHints (WindowPtr pWin, WinXWMHints *hints)
137 memset (hints, 0, sizeof (WinXWMHints));
144 memcpy (hints, prop->data, sizeof (WinXWMHints));
H A Dwinmultiwindowicons.c414 WinXWMHints hints;

Completed in 8 milliseconds