Searched refs:x11funcs (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c373 static X11Functions *x11funcs = NULL; variable
413 while (dispatch && x11funcs && appcontext)
417 while (x11funcs->XtAppPending(appcontext))
420 x11funcs->XtAppNextEvent(appcontext, &event);
421 x11funcs->XtDispatchEvent(&event);
469 if (!x11funcs)
471 x11funcs = (X11Functions *)MemAlloc(sizeof(X11Functions));
472 if ((x11funcs->XCloseDisplay = (XCloseDisplay_t)dlsym(libgui, "XCloseDisplay")) == NULL) goto error;
473 if ((x11funcs->XOpenDisplay = (XOpenDisplay_t)dlsym(libgui, "XOpenDisplay")) == NULL) goto error;
474 if ((x11funcs
[all...]

Completed in 16 milliseconds