Home
last modified time | relevance | path

Searched refs:W_Root (Results 1 – 16 of 16) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dinit.c113 colortable[i].contexts[0] = XCreateGC(W_Display, W_Root, GCFont, &values); in GetFonts()
116 colortable[i].contexts[1] = XCreateGC(W_Display, W_Root, GCFont, &values); in GetFonts()
119 colortable[i].contexts[2] = XCreateGC(W_Display, W_Root, GCFont, &values); in GetFonts()
142 maskGC = XCreateGC(W_Display, W_Root, in GetFonts()
176 W_Root, (char *) striped, TILESIDE, TILESIDE, in GetColors()
182 W_Root, (char *) gray, TILESIDE, TILESIDE, in GetColors()
188 W_Root, (char *) solid, TILESIDE, TILESIDE, in GetColors()
218 W_Root, (char *) solid, TILESIDE, TILESIDE, (unsigned)foo.pixel, in GetColors()
309 W_Root, (char *) solid, TILESIDE, TILESIDE, foo.pixel, foo.pixel, in GetColors()
406 W_Root = DefaultRootWindow(W_Display);
[all …]
H A Dimage.c36 image->clipmask = XCreateBitmapFromData(W_Display, W_Root,
102 image->pixmap = XCreatePixmap(W_Display, W_Root, width, height * frames,
171 ErrorStatus = XpmCreatePixmapFromData(W_Display, W_Root, image->xpmdata,
179 ErrorStatus = XpmReadFileToPixmap(W_Display, W_Root, imagedir,
212 image->clipmask = XCreateBitmapFromData(W_Display, W_Root,
220 ErrorStatus = XReadBitmapFile(W_Display, W_Root, imagedir,
345 workarea = XCreatePixmap(W_Display, W_Root, width, height,
H A Dmouse.c11 …ErrorVal = XQueryPointer(W_Display, W_Root, &theRoot, &theChild, &rootX, &rootY, &wX, &wY, &wButto…
30 XWarpPointer(W_Display, None, W_Root, 0, 0, 0, 0, warped_from_x, warped_from_y);
H A Ddata.h51 extern Window W_Root;
H A Dtile.c19 image->pixmap = XCreatePixmap(W_Display, W_Root,
H A Dbuffer.c35 win->buffer = XCreatePixmap(W_Display, W_Root, win->width,
H A Dcircle.c34 if(pen == 0) pen = XCreateGC(W_Display, W_Root, valuemask, &values);
H A Ddata.c71 Window W_Root; variable
H A Dmakewindow.c402 if (((wparent == W_Root &&
428 if (wparent != W_Root && wsort != WIN_BORDER)
568 win->fs_window = XCreateWindow(W_Display, W_Root,
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c137 Window W_Root; variable
427 W_Root = DefaultRootWindow(W_Display); in W_Initialize()
431 myroot.window = W_Root; in W_Initialize()
674 W_Root, solid, TILESIDE, TILESIDE, in GetColors()
900 W_Root, gray, TILESIDE, TILESIDE, in GetColors()
908 scroll_thumb_gc = XCreateGC(W_Display, W_Root, in GetColors()
1011 if (wparent != W_Root) in W_MakeWindow()
1910 icon->pixmap = XCreatePixmap(W_Display, W_Root, in W_TileWindow()
1996 if (wparent != W_Root) in W_MakeTextWindow()
2136 if (wparent != W_Root)
[all …]
H A Dx11sprite.c72 extern Window W_Root;
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/module/_multiprocess/test/
H A Dtest_connection.py3 from pypy.interpreter.gateway import interp2app, W_Root
183 if isinstance(c, W_Root):
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/module/_multiprocess/
H A Dinterp_semaphore.py12 from pypy.interpreter.baseobjspace import W_Root
441 class W_SemLock(W_Root):
H A Dinterp_connection.py8 from pypy.interpreter.baseobjspace import W_Root
47 class W_BaseConnection(W_Root):
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.6/module/_multiprocess/
H A Dinterp_semaphore.py12 from pypy.interpreter.baseobjspace import W_Root
451 class W_SemLock(W_Root):
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.7/module/_multiprocess/
H A Dinterp_semaphore.py12 from pypy.interpreter.baseobjspace import W_Root
451 class W_SemLock(W_Root):