Home | History | Annotate | Download | only in gtk

Lines Matching defs:xtdisplay

120 static Display         *xtdisplay = NULL;
136 mask = XPending(xtdisplay);
149 mask = XPending(xtdisplay);
166 ac = XtDisplayToApplicationContext(xtdisplay);
175 for (i=0; i < XTBIN_MAX_EVENTS && XPending(xtdisplay); i++) {
264 xtbin->xtdisplay = NULL;
364 if (!xtbin->xtclient.xtdisplay) {
393 cnumber = XConnectionNumber(xtdisplay);
395 cnumber = ConnectionNumber(xtdisplay);
408 xtdisplay);
415 xtbin->xtdisplay = xtbin->xtclient.xtdisplay;
552 xtclient->xtdisplay = NULL;
566 xtdisplay
568 if (xtdisplay)
571 xtclient->xtdisplay = xtdisplay;
595 xtclient->xtdisplay,
618 XSync(xtclient->xtdisplay, FALSE);
624 XtRegisterDrawable(xtclient->xtdisplay,
634 XSelectInput(xtclient->xtdisplay,
652 XSync(xtclient->xtdisplay, FALSE);
659 XtUnregisterDrawable(xtclient->xtdisplay,
668 XSync(xtclient->xtdisplay, False);
690 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
695 XChangeProperty (XtDisplay(xtplug), XtWindow(xtplug),
749 xevent.xfocus.display = XtDisplay(xtplug->child_widget);
750 XSendEvent(XtDisplay(xtplug->child_widget),
754 XSync( XtDisplay(xtplug->child_widget), False);
772 XInternAtom (XtDisplay(xtplug->child_widget),
811 Display* dpy=xtclient->xtdisplay;
865 Display *dpy = XtDisplay(w);
915 XGetWindowAttributes(XtDisplay(w), XtWindow(w), &attr);
917 XSelectInput(XtDisplay(w),
945 Display *dpy = XtDisplay(treeroot);