From e7b25342096994520b7cea8eab76791edc68b9aa Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 17 Mar 2009 02:31:24 +0000 Subject: [PATCH] gtx-x11-init-debug-20090316 LICENSE IPL10 initialize x11 version of gtx correctly --- 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 4d28ebd..3e699eb 100644 --- a/src/gtx/windows.c +++ b/src/gtx/windows.c @@ -112,7 +112,7 @@ gw_init(struct gwin_initparams *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", -- 1.9.4