From 07889ef0db968d1ef720e15986cc197341aba247 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 17 Mar 2009 02:39:43 +0000 Subject: [PATCH] STABLE14-gtx-x11-init-debug-20090316 LICENSE IPL10 initialize x11 version of gtx correctly (cherry picked from commit e7b25342096994520b7cea8eab76791edc68b9aa) --- src/gtx/windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtx/windows.c b/src/gtx/windows.c index ec1784be8..a4cec1deb 100644 --- a/src/gtx/windows.c +++ b/src/gtx/windows.c @@ -114,7 +114,7 @@ gw_init(params) fprintf(stderr, "[%s:%s] Initializing for the X11 package\n", mn, rn); gwinbops = gator_X11_gwinbops; - code = gator_X11gwin_init(params); + code = gator_X11gwin_init(gwin_debug); if (code) { fprintf(stderr, "[%s:%s] Error in X11 initialization routine, gator_X11gwin_init(): %d\n", -- 2.39.5