*** display/X/visual.c 2003-03-19 21:36:33.000000000 +0100 --- display/X/visual.c.new 2004-03-16 11:24:51.262811528 +0100 *************** *** 478,483 **** --- 478,484 ---- args.ptralwaysrel = 0; args.wait = 1; args.exposefunc = (gii_inputxwin_exposefunc*)GGI_X_expose; + if (priv->createfb == NULL) args.exposefunc = NULL; args.exposearg = vis; /* args.resizefunc = (gii_inputxwin_resizefunc*)GGI_X_resize;*/ args.resizefunc = NULL;