Home
last modified time | relevance | path

Searched refs:rootless (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DREADME.txt11 The generic rootless layer allows an X server to be implemented
14 coexist on the same screen. The layer is called "rootless" because the root
19 contains code that is useful for any rootless X server. The code for the
20 generic rootless layer is located in xc/programs/Xserver/miext/rootless. To
21 build a complete rootless X server requires a specific rootless
22 implementation, which provides functions that allow the generic rootless
28 In the context of a rootless X server the term window is used to
33 is referred to as a "frame". The generic rootless layer associates each
37 The generic rootless layer models each frame as being backed at
40 frames, this must be done by the rootless implementation. The generic
[all …]
H A DMakefile.am13 rootless.h \
H A DMakefile.in91 subdir = miext/rootless
556 rootless.h \
576 $(AUTOMAKE) --foreign miext/rootless/Makefile
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c535 if (xwl_screen->rootless) { in ensure_surface_for_window()
556 if (!xwl_screen->rootless) { in ensure_surface_for_window()
626 if (xwl_screen->rootless && !window->parent) { in xwl_realize_window()
634 if (xwl_screen->rootless ? in xwl_realize_window()
1121 xwl_screen->rootless = 1; in xwl_screen_init()
1170 if (xwl_screen->rootless) in xwl_screen_init()
1205 if (!xwl_screen->rootless && !xwl_screen->shell) { in xwl_screen_init()
1261 if (xwl_screen->glamor && xwl_screen->rootless) in xwl_screen_init()
1284 if (xwl_screen->rootless) { in xwl_screen_init()
H A Dxwayland-glamor.c145 if (xwl_screen->rootless) { in xwl_glamor_create_screen_resources()
H A Dxwayland-shm.c294 if (xwl_screen->rootless) in xwl_shm_create_screen_resources()
H A Dxwayland.h126 int rootless; member
H A Dxwayland-output.c187 if (!xwl_screen->rootless && xwl_screen->screen->root) in update_screen_size()
H A Dxwayland-glamor-gbm.c233 else if (xwl_screen->rootless && hint == CREATE_PIXMAP_USAGE_BACKING_PIXMAP) { in xwl_glamor_gbm_create_pixmap()
/OK3568_Linux_fs/external/xserver/miext/
H A DMakefile.am1 SUBDIRS = sync damage shadow rootless subdir
H A DMakefile.in552 SUBDIRS = sync damage shadow rootless
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DMakefile.am39 MULTIWINDOWEXTWM_LIBS = $(top_builddir)/miext/rootless/librootless.la
40 MULTIWINDOWEXTWM_CFLAGS = -I$(top_srcdir)/miext/rootless
H A DMakefile.in747 @XWIN_MULTIWINDOWEXTWM_TRUE@MULTIWINDOWEXTWM_LIBS = $(top_builddir)/miext/rootless/librootless.la
748 @XWIN_MULTIWINDOWEXTWM_TRUE@MULTIWINDOWEXTWM_CFLAGS = -I$(top_srcdir)/miext/rootless
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DMakefile.am8 -I$(top_srcdir)/miext/rootless
H A DMakefile.in555 -I$(top_srcdir)/miext/rootless
/OK3568_Linux_fs/buildroot/package/fuse-overlayfs/
H A DConfig.in10 FUSE, intended to be used for rootless containers.
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A DMakefile.am35 AM_CPPFLAGS = -I$(top_srcdir)/miext/rootless
H A DMakefile.in603 AM_CPPFLAGS = -I$(top_srcdir)/miext/rootless
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/
H A Dwayland_1.20.0.bb6 be traditional applications, X servers (rootless or fullscreen) or other \
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A DMakefile.in145 $(top_builddir)/miext/rootless/librootless.la \
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac584 …le-suid-wrapper], [Build suid-root wrapper for legacy driver support on rootless xserver systems (…
2490 miext/rootless/Makefile
H A DChangeLog669 xwayland: non-rootless requires the wl_shell protocol
671 When running non-rootless, Xwayland requires that the Wayland compositor
1334 xwayland: Disable the MIT-SCREEN-SAVER extension when rootless
1337 expected to work reliably on Xwayland when running rootless because
1341 Turn off the screensaver on Xwayland when running rootless by setting
1833 xwayland: clear pixmaps after creation in rootless mode
3098 Running Xwayland non-rootless and resizing the output would lead to a
7994 xwayland: Activate Present flips in rootless mode with Glamor
7997 be used in rootless mode together with Glamor.
8055 To make use of this functionality Xwayland must run rootless and with
[all …]
H A Dconfigure2201 rootless xserver systems (default: no)
34136 "miext/rootless/Makefile") CONFIG_FILES="$CONFIG_FILES miext/rootless/Makefile" ;;
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog43 - revert-disabling-xss-for-rootless-xwayland.diff: Was resolved upstream as
68 * revert-disabling-xss-for-rootless-xwayland.diff: Fix a regression