diff options
| author | Ian Elliott <ian@lunarg.com> | 2015-02-23 17:10:06 -0700 |
|---|---|---|
| committer | Ian Elliott <ian@lunarg.com> | 2015-02-23 17:53:05 -0700 |
| commit | 7268ceddb3b39673feb19756f5857a87f9d870c8 (patch) | |
| tree | 3d752f4f1bbaa8371f94b1f271171c25635c2d17 | |
| parent | 6dc750ce58c77b309f6d55c71e7b7390f07c2e64 (diff) | |
| download | usermoji-7268ceddb3b39673feb19756f5857a87f9d870c8.tar.xz | |
tri: Change from having a hard-coded API version to using the latest.
Piers actually found and fixed this, but I wanted to get it on "master" without
waiting for the rest of his changes.
| -rw-r--r-- | demos/tri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tri.c b/demos/tri.c index a9e3d626..57ef9fea 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -1051,7 +1051,7 @@ static void demo_init_xgl(struct demo *demo) .appVersion = 0, .pEngineName = "tri", .engineVersion = 0, - .apiVersion = XGL_MAKE_VERSION(0, 22, 0), + .apiVersion = XGL_API_VERSION, }; #if defined(__linux__) const XGL_WSI_X11_CONNECTION_INFO connection = { |
