| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | README.txt | 11 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 D | Makefile.am | 13 rootless.h \
|
| H A D | Makefile.in | 91 subdir = miext/rootless 556 rootless.h \ 576 $(AUTOMAKE) --foreign miext/rootless/Makefile
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 535 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 D | xwayland-glamor.c | 145 if (xwl_screen->rootless) { in xwl_glamor_create_screen_resources()
|
| H A D | xwayland-shm.c | 294 if (xwl_screen->rootless) in xwl_shm_create_screen_resources()
|
| H A D | xwayland.h | 126 int rootless; member
|
| H A D | xwayland-output.c | 187 if (!xwl_screen->rootless && xwl_screen->screen->root) in update_screen_size()
|
| H A D | xwayland-glamor-gbm.c | 233 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 D | Makefile.am | 1 SUBDIRS = sync damage shadow rootless subdir
|
| H A D | Makefile.in | 552 SUBDIRS = sync damage shadow rootless
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | Makefile.am | 39 MULTIWINDOWEXTWM_LIBS = $(top_builddir)/miext/rootless/librootless.la 40 MULTIWINDOWEXTWM_CFLAGS = -I$(top_srcdir)/miext/rootless
|
| H A D | Makefile.in | 747 @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 D | Makefile.am | 8 -I$(top_srcdir)/miext/rootless
|
| H A D | Makefile.in | 555 -I$(top_srcdir)/miext/rootless
|
| /OK3568_Linux_fs/buildroot/package/fuse-overlayfs/ |
| H A D | Config.in | 10 FUSE, intended to be used for rootless containers.
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | Makefile.am | 35 AM_CPPFLAGS = -I$(top_srcdir)/miext/rootless
|
| H A D | Makefile.in | 603 AM_CPPFLAGS = -I$(top_srcdir)/miext/rootless
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.20.0.bb | 6 be traditional applications, X servers (rootless or fullscreen) or other \
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | Makefile.in | 145 $(top_builddir)/miext/rootless/librootless.la \
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure.ac | 584 …le-suid-wrapper], [Build suid-root wrapper for legacy driver support on rootless xserver systems (… 2490 miext/rootless/Makefile
|
| H A D | ChangeLog | 669 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 D | configure | 2201 rootless xserver systems (default: no) 34136 "miext/rootless/Makefile") CONFIG_FILES="$CONFIG_FILES miext/rootless/Makefile" ;;
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 43 - revert-disabling-xss-for-rootless-xwayland.diff: Was resolved upstream as 68 * revert-disabling-xss-for-rootless-xwayland.diff: Fix a regression
|