Lines Matching refs:display

45  * A registry of all interpreters for a display is kept in a
46 * property "InterpRegistry" on the root window of the display.
61 int locked; /* Non-zero means that the display was
217 static void AppendPropCarefully _ANSI_ARGS_((Display *display,
248 * This procedure loads the name registry for a display into
292 XGrabServer(dispPtr->display);
300 result = XGetWindowProperty(dispPtr->display,
301 RootWindow(dispPtr->display, 0),
321 XDeleteProperty(dispPtr->display,
322 RootWindow(dispPtr->display, 0),
532 XChangeProperty(regPtr->dispPtr->display,
533 RootWindow(regPtr->dispPtr->display, 0),
540 XUngrabServer(regPtr->dispPtr->display);
542 XFlush(regPtr->dispPtr->display);
600 handler = Tk_CreateErrorHandler(dispPtr->display, -1, -1, -1,
602 result = XGetWindowProperty(dispPtr->display, commWindow,
623 || !XGetWindowAttributes(dispPtr->display, commWindow, &atts)
687 addrPtr = XListHosts(dispPtr->display, &numHosts, &enabled);
728 * the application and the display. */
1044 (void) AppendPropCarefully(dispPtr->display, commWindow,
1141 * interpreter names currently registered for the display
1147 * tkwin's display. If an error occurs, then TCL_ERROR
1159 Tk_Window tkwin; /* Window whose display is to be used
1249 "_comm", DisplayString(dispPtr->display));
1319 result = XGetWindowProperty(dispPtr->display,
1504 (void) AppendPropCarefully(dispPtr->display, commWindow,
1508 XFlush(dispPtr->display);
1638 AppendPropCarefully(display, window, property, value, length, pendingPtr)
1639 Display *display; /* Display on which to operate. */
1652 handler = Tk_CreateErrorHandler(display, -1, -1, -1, AppendErrorProc,
1654 XChangeProperty(display, window, property, XA_STRING, 8,
1838 if ((eventPtr->xany.display == dispPtr->display)
1878 XChangeProperty(dispPtr->display, Tk_WindowId(dispPtr->commTkwin),