diff options
| -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 = { |
