Home | History | Annotate | Download | only in include

Lines Matching refs:window

24  *  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 */
80 /** The UNIX custom window manager information structure.
90 Window window; /**< The X11 display window */
104 Window fswindow; /**< The X11 fullscreen window */
105 Window wmwindow; /**< The X11 managed input window */
125 /** The windows custom window manager information structure */
128 GR_WINDOW_ID window ; /* The display window */
138 HWND hwnd; /**< The window for the message */
144 /** The windows custom window manager information structure */
147 HWND window; /**< The Win32 display window */
156 int eventCode; /**< The window for the message */
160 /** The RISC OS custom window manager information structure */
165 int window; /**< The RISC OS display window */
178 /** The QNX custom window manager information structure */
204 /** The generic custom window manager information structure */
216 * This function gives you custom hooks into the window manager information.