Searched refs:RootWindow (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxprop.c | 147 if (!XGetTextProperty(dpy, RootWindow(dpy, 0), &tproot, atom) in dmxPropertyCheckOtherServers() 209 if (!XGetTextProperty(dpy, RootWindow(dpy, 0), &tproot, atom) in dmxPropertyCheckOtherWindows() 264 XChangeProperty(dpy, RootWindow(dpy, 0), atom, XA_STRING, 8, in dmxPropertyDisplay() 295 if (!XGetTextProperty(dpy0, RootWindow(dpy0, 0), &tp0, atom0) in dmxPropertySameDisplay() 310 if (!XGetTextProperty(dpy1, RootWindow(dpy1, 0), &tp1, atom1) in dmxPropertySameDisplay() 369 XChangeProperty(dpy, RootWindow(dpy, 0), atom, XA_STRING, 8, in dmxPropertyWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxwininfo.c | 131 root = RootWindow(dpy, scr); in main() 212 root = RootWindow(dpy, scr);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxconsole.c | 543 RootWindow(dpy, DefaultScreen(dpy)), in dmxConsoleCollectEvents() 749 RootWindow(dpy, DefaultScreen(dpy)), in dmxConsoleReInit() 815 RootWindow(dpy, screen), in dmxConsoleInit() 822 priv->pixmap = XCreatePixmap(dpy, RootWindow(dpy, screen), in dmxConsoleInit()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | events.c | 267 #define RootWindow(sprite) sprite->spriteTrace[0] macro 873 RootWindow(pDev->spriteInfo->sprite) = pSprite->hot.pScreen->root; in CheckVirtualMotion() 1003 return RootWindow(dev->spriteInfo->sprite); in GetCurrentRootWindow() 2544 event->root = RootWindow(pSprite)->drawable.id; in FixUpEventFromWindow() 2570 XE_KBPTR.root = RootWindow(pSprite)->drawable.id; in FixUpEventFromWindow() 2886 ScreenPtr pScreen = RootWindow(pSprite)->drawable.pScreen; in XYToWindow() 3021 RootWindow(pDev->spriteInfo->sprite) = in CheckMotion() 3229 RootWindow(pDev->spriteInfo->sprite) = pWin; in InitializeSprite()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 215 RootWindow attributes was supported in version 1.3 of this protocol,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 14528 dix: assume warping on the RootWindow always happens on visible coords 45954 RootWindow()->firstChild to DeepestSpriteWindow(). This function is only 99664 Input: Make RootWindow() take a sprite instead of device
|