Home | History | Annotate | Download | only in SDL

Lines Matching refs:Window

28 /* Include file for SDL custom system window manager hooks */
42 which contains window-manager specific information and arrives whenever
43 an unhandled window event occurs. This event is ignored by default, but
51 /* This is the structure for custom window manager events */
73 /* The UNIX custom window manager information structure.
83 Window window; /* The X11 display window */
93 Window fswindow; /* The X11 fullscreen window */
94 Window wmwindow; /* The X11 managed input window */
108 /* The windows custom window manager information structure */
111 GR_WINDOW_ID window ; /* The display window */
121 HWND hwnd; /* The window for the message */
127 /* The windows custom window manager information structure */
130 HWND window; /* The Win32 display window */
139 int eventCode; /* The window for the message */
143 /* The RISCOS custom window manager information structure */
148 int window; /* The RISCOS display window */
161 /* The QNX custom window manager information structure */
175 /* The generic custom window manager information structure */
187 * This function gives you custom hooks into the window manager information.