blob: b93841b14f54f509c91c32679cbeaffbcf22ad0e [file] [log] [blame]
/* IN DEVELOPMENT. DO NOT SHIP. */
#ifndef __XGLWSIWINEXT_H__
#define __XGLWSIWINEXT_H__
// 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__