From a4131c4e8a3027dbda941e43992fa2435801247e Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 8 Apr 2015 15:36:08 -0600 Subject: Stage 1 of rename TODO: re-enable glave build, advance API for glave v2: get rid of outdated code in tri introduced by rebase rename wsi_null.c (olv) --- include/xglWsiWinExt.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/xglWsiWinExt.h') 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__ -- cgit v1.2.3