commit | 211cc54c0b335d2b47b04f61147b0771dacf2145 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Feb 23 17:40:15 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Feb 23 17:54:24 2015 -0700 |
tree | 9891be05886b66548c711ec3c7a90a2d7428648b | |
parent | 4aeb501970f85694f1628522e8acefb47c8fef54 [diff] [blame] |
misc: Use XGL_API_VERSION instead of hard coded value
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp index ae5d32b..258a85a 100644 --- a/tests/blit_tests.cpp +++ b/tests/blit_tests.cpp
@@ -107,7 +107,7 @@ app_.appVersion = 1; app_.pEngineName = "xgl_testing"; app_.engineVersion = 1; - app_.apiVersion = XGL_MAKE_VERSION(0, 22, 0); + app_.apiVersion = XGL_API_VERSION; } bool Environment::parse_args(int argc, char **argv)