summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-glamor.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2020-08-26 18:22:22 -0400
committerKonstantin <ria.freelander@gmail.com>2023-11-07 17:59:24 +0300
commit58b88ba0b180ec8d05c85c80eef2d224fb0a6daf (patch)
treef64dbafa4c3f6bb2398f93231795744f25e609ab /hw/xwayland/xwayland-glamor.c
parent3caf7aa88d31450f116589d68ff66f78285f0e33 (diff)
glamor: Lift the GLX EGL backend from Xwayland
This code is almost entirely ddx-agnostic already, and I'd like to use it from the other EGL glamor consumers. Which, right now that's just Xorg, but soon it'll be Xephyr too.
Diffstat (limited to 'hw/xwayland/xwayland-glamor.c')
-rw-r--r--hw/xwayland/xwayland-glamor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-glamor.c b/hw/xwayland/xwayland-glamor.c
index b4fba65c0..e962ccc15 100644
--- a/hw/xwayland/xwayland-glamor.c
+++ b/hw/xwayland/xwayland-glamor.c
@@ -33,6 +33,7 @@
#include <glamor.h>
#include <glamor_context.h>
+#include <glamor_glx_provider.h>
#ifdef GLXEXT
#include "glx_extinit.h"
#endif
@@ -42,7 +43,6 @@
#include <drm_fourcc.h>
#include "xwayland-glamor.h"
-#include "xwayland-glx.h"
#include "xwayland-screen.h"
#include "xwayland-window.h"
#include "xwayland-window-buffers.h"