diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-01-27 10:54:01 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:10 -0700 |
| commit | 80f6448bdccb984b887726c29c249f2716b23de5 (patch) | |
| tree | 86ab1b46a82bf0dc22d9bea996718866ab66a3ac /include | |
| parent | b50905fb8ab8c1b99e6e5cfe8908373dd5e8c2e3 (diff) | |
| download | usermoji-80f6448bdccb984b887726c29c249f2716b23de5.tar.xz | |
xgl: header updates for XGL_RESULT
alpha header version: r29593
XGL_RESULT is the XGL return codes.
Agreement part of F2F Jan 26, 2015.
Diffstat (limited to 'include')
| -rw-r--r-- | include/xgl.h | 2 | ||||
| -rw-r--r-- | include/xglPlatform.h | 1 |
2 files changed, 1 insertions, 2 deletions
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" |
