summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-glamor.c
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-03-12 16:33:06 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-18 15:41:18 +0000
commit656d2efd4bdd10f672f74aeda009dc8dab2e37f2 (patch)
tree3339eecc32488d676d8b1018adef0d6373fe9cec /hw/xwayland/xwayland-glamor.c
parentd422b409262bd2c15d64920859a5d6a29a14a8b3 (diff)
xwayland/glamor: Drop xwl_glamor_needs_n_buffering()
This function always return TRUE now that EGLSTream is gone, so we can remove it. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1386>
Diffstat (limited to 'hw/xwayland/xwayland-glamor.c')
-rw-r--r--hw/xwayland/xwayland-glamor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xwayland/xwayland-glamor.c b/hw/xwayland/xwayland-glamor.c
index a946c5264..d2b7739e1 100644
--- a/hw/xwayland/xwayland-glamor.c
+++ b/hw/xwayland/xwayland-glamor.c
@@ -270,12 +270,6 @@ glamor_egl_fd_name_from_pixmap(ScreenPtr screen,
}
Bool
-xwl_glamor_needs_n_buffering(struct xwl_screen *xwl_screen)
-{
- return TRUE;
-}
-
-Bool
xwl_glamor_init(struct xwl_screen *xwl_screen)
{
ScreenPtr screen = xwl_screen->screen;