From 7268ceddb3b39673feb19756f5857a87f9d870c8 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Mon, 23 Feb 2015 17:10:06 -0700 Subject: 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. --- demos/tri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3