Searched refs:DoesBackingStore (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DMacros.c223 int XDoesBackingStore(Screen *s) { return (DoesBackingStore(s)); }
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxinit.c263 (DoesBackingStore (s) == NotUseful) ? "no" :
264 ((DoesBackingStore (s) == Always) ? "yes" : "when mapped"),
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am396 DoesBackingStore \
H A DMakefile.in788 DoesBackingStore \
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c508 (DoesBackingStore (s) == NotUseful) ? no :
509 ((DoesBackingStore (s) == Always) ? yes : when),
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h138 #define DoesBackingStore(s) ((s)->backing_store) macro

Completed in 15 milliseconds