Home | History | Annotate | Download | only in include

Lines Matching refs:Window

23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
40 an unhandled window event occurs. This event is ignored by default, but
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
87 Window window; /* The X11 display window */
98 Window fswindow; /* The X11 fullscreen window */
99 Window wmwindow; /* The X11 managed input window */
116 /* The windows custom window manager information structure */
119 GR_WINDOW_ID window ; /* The display window */
129 HWND hwnd; /* The window for the message */
135 /* The windows custom window manager information structure */
138 HWND window; /* The Win32 display window */
147 int eventCode; /* The window for the message */
151 /* The RISC OS custom window manager information structure */
156 int window; /* The RISC OS display window */
169 /* The QNX custom window manager information structure */
195 /* The generic custom window manager information structure */
207 * This function gives you custom hooks into the window manager information.