| /* IN DEVELOPMENT. DO NOT SHIP. */ |
| |
| #ifndef __XGLWSIWINEXT_H__ |
| #define __XGLWSIWINEXT_H__ |
| |
| // This should be moved out of this WSI header file and |
| // into a platform-specific file. |
| #define snprintf _snprintf |
| |
| // This is just to get windows to build. |
| // Need to replace with the declarations for Windows wsi. |
| typedef void XGL_WSI_X11_CONNECTION_INFO; |
| typedef unsigned int xcb_window_t; |
| typedef unsigned int xcb_randr_crtc_t; |
| typedef void XGL_WSI_X11_PRESENTABLE_IMAGE_CREATE_INFO; |
| typedef void XGL_WSI_X11_PRESENT_INFO; |
| |
| #endif // __XGLWSIWINEXT_H__ |