diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-08-19 21:17:58 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-08-19 21:29:29 -0700 |
commit | d75481ed7d89d7c83f61dd943462d2d93a2d824e (patch) | |
tree | 44cea208ba64603b7c51e85492a4537a91ee83d1 /include | |
parent | 6a1cf7411b3c9a0b6dbba89cde78a42f1507a787 (diff) |
include: Rename error to WAFFLE_ERROR_UNSUPPORTED_ON_PLATFORM
The new name is more clearly conveys the error meaning than the old name,
WAFFLE_ERROR_UNSUPPORTED.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/waffle/waffle_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/waffle/waffle_error.h b/include/waffle/waffle_error.h index 96e8272..1aee820 100644 --- a/include/waffle/waffle_error.h +++ b/include/waffle/waffle_error.h @@ -138,7 +138,7 @@ enum waffle_error { /// when the current platform is GLX. /// - Calling `waffle_dl_sym(WAFFLE_DL_OPENGL_ES2, ...)` when the /// OpenGL ES2 library is not present on the system. - WAFFLE_ERROR_UNSUPPORTED = 0x12, + WAFFLE_ERROR_UNSUPPORTED_ON_PLATFORM = 0x12, }; #ifdef __cplusplus |