Home | History | Annotate | Download | only in gtk

Lines Matching refs:xtdisplay

118 static Display         *xtdisplay = NULL;
134 mask = XPending(xtdisplay);
147 mask = XPending(xtdisplay);
165 ac = XtDisplayToApplicationContext(xtdisplay);
174 for (i=0; i < XTBIN_MAX_EVENTS && XPending(xtdisplay); i++) {
260 xtbin->xtdisplay = NULL;
336 if (!xtbin->xtclient.xtdisplay) {
365 cnumber = XConnectionNumber(xtdisplay);
367 cnumber = ConnectionNumber(xtdisplay);
380 xtdisplay);
387 xtbin->xtdisplay = xtbin->xtclient.xtdisplay;
524 xtclient->xtdisplay = NULL;
538 xtdisplay = XtOpenDisplay(app_context, gdk_get_display(), NULL,
540 if (xtdisplay)
543 xtclient->xtdisplay = xtdisplay;
567 xtclient->xtdisplay,
590 XSync(xtclient->xtdisplay, FALSE);
596 XtRegisterDrawable(xtclient->xtdisplay,
606 XSelectInput(xtclient->xtdisplay,
624 XSync(xtclient->xtdisplay, FALSE);
631 XtUnregisterDrawable(xtclient->xtdisplay,
640 XSync(xtclient->xtdisplay, False);
662 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
667 XChangeProperty (XtDisplay(xtplug), XtWindow(xtplug),
721 xevent.xfocus.display = XtDisplay(xtplug->child_widget);
722 XSendEvent(XtDisplay(xtplug->child_widget),
726 XSync( XtDisplay(xtplug->child_widget), False);
744 XInternAtom (XtDisplay(xtplug->child_widget),
783 Display* dpy=xtclient->xtdisplay;
837 Display *dpy = XtDisplay(w);
888 XGetWindowAttributes(XtDisplay(w), XtWindow(w), &attr);
890 XSelectInput(XtDisplay(w),
920 Display *dpy = XtDisplay(treeroot);