diff options
Diffstat (limited to 'include/xglWsiWinExt.h')
| -rw-r--r-- | include/xglWsiWinExt.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xglWsiWinExt.h b/include/xglWsiWinExt.h index b93841b1..f3ee0f33 100644 --- a/include/xglWsiWinExt.h +++ b/include/xglWsiWinExt.h @@ -1,14 +1,14 @@ /* IN DEVELOPMENT. DO NOT SHIP. */ -#ifndef __XGLWSIWINEXT_H__ -#define __XGLWSIWINEXT_H__ +#ifndef __VKWSIWINEXT_H__ +#define __VKWSIWINEXT_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 void VK_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; +typedef void VK_WSI_X11_PRESENTABLE_IMAGE_CREATE_INFO; +typedef void VK_WSI_X11_PRESENT_INFO; -#endif // __XGLWSIWINEXT_H__ +#endif // __VKWSIWINEXT_H__ |
