Lines Matching refs:dpy
76 dmxPropertyErrorHandler(Display * dpy, XErrorEvent * ev) in dmxPropertyErrorHandler() argument
134 Display *dpy = dmxScreen->beDisplay; in dmxPropertyCheckOtherServers() local
144 if (!dpy) in dmxPropertyCheckOtherServers()
147 if (!XGetTextProperty(dpy, RootWindow(dpy, 0), &tproot, atom) in dmxPropertyCheckOtherServers()
159 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { in dmxPropertyCheckOtherServers()
199 Display *dpy = dmxScreen->beDisplay; in dmxPropertyCheckOtherWindows() local
206 if (!dpy) in dmxPropertyCheckOtherWindows()
209 if (!XGetTextProperty(dpy, RootWindow(dpy, 0), &tproot, atom) in dmxPropertyCheckOtherWindows()
221 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { in dmxPropertyCheckOtherWindows()
254 Display *dpy = dmxScreen->beDisplay; in dmxPropertyDisplay() local
256 if (!dpy) in dmxPropertyDisplay()
259 atom = XInternAtom(dpy, DMX_ATOMNAME, False); in dmxPropertyDisplay()
264 XChangeProperty(dpy, RootWindow(dpy, 0), atom, XA_STRING, 8, in dmxPropertyDisplay()
346 Display *dpy = dmxScreen->beDisplay; in dmxPropertyWindow() local
351 if (!dpy) in dmxPropertyWindow()
356 atom = XInternAtom(dpy, DMX_ATOMNAME, False); in dmxPropertyWindow()
369 XChangeProperty(dpy, RootWindow(dpy, 0), atom, XA_STRING, 8, in dmxPropertyWindow()
373 XChangeProperty(dpy, win, atom, XA_STRING, 8, in dmxPropertyWindow()