mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xwayland/glamor: Drop the backend_flags definition
Nobody uses that anymore.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1386>
(cherry picked from commit ef29e05200)
This commit is contained in:
committed by
Alan Coopersmith
parent
aaf0070ebb
commit
d075dd706b
@@ -36,12 +36,6 @@
|
||||
#include "xwayland-types.h"
|
||||
#include "xwayland-glamor-gbm.h"
|
||||
|
||||
typedef enum _xwl_egl_backend_flags {
|
||||
XWL_EGL_BACKEND_NO_FLAG = 0,
|
||||
XWL_EGL_BACKEND_NEEDS_BUFFER_FLUSH = (1 << 0),
|
||||
XWL_EGL_BACKEND_NEEDS_N_BUFFERING = (1 << 1),
|
||||
} xwl_egl_backend_flags;
|
||||
|
||||
typedef enum _xwl_glamor_mode_flags{
|
||||
XWL_GLAMOR_NONE = 0,
|
||||
XWL_GLAMOR_GL = (1 << 0),
|
||||
|
||||
Reference in New Issue
Block a user