From 80f6448bdccb984b887726c29c249f2716b23de5 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 27 Jan 2015 10:54:01 -0700 Subject: xgl: header updates for XGL_RESULT alpha header version: r29593 XGL_RESULT is the XGL return codes. Agreement part of F2F Jan 26, 2015. --- include/xgl.h | 2 +- include/xglPlatform.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/xgl.h b/include/xgl.h index 040c3d3e..ba6ae1ae 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -750,7 +750,7 @@ typedef enum _XGL_VALIDATION_LEVEL // ------------------------------------------------------------------------------------------------ // Error and return codes -typedef enum _XGL_RESULT_CODE +typedef enum _XGL_RESULT { // Return codes for successful operation execution (>= 0) XGL_SUCCESS = 0x0000000, diff --git a/include/xglPlatform.h b/include/xglPlatform.h index 3ec3f9f4..2e27e63c 100644 --- a/include/xglPlatform.h +++ b/include/xglPlatform.h @@ -104,7 +104,6 @@ typedef void XGL_VOID; typedef XGL_UINT32 XGL_SAMPLE_MASK; typedef XGL_UINT32 XGL_FLAGS; typedef XGL_INT32 XGL_ENUM; -// typedef XGL_INT32 XGL_RESULT; // TODO: Resolve 13314. #ifdef __cplusplus }; // extern "C" -- cgit v1.2.3