xwayland/glamor: Make xwl_glamor_has_wl_interfaces() private
It's not used outside of Xwayland GLAMOR code itself, no need to keep it public. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1386>
This commit is contained in:
parent
4eb8684f52
commit
863ee2da4d
|
@ -113,7 +113,7 @@ xwl_glamor_init_wl_registry(struct xwl_screen *xwl_screen,
|
||||||
xwl_screen_set_dmabuf_interface(xwl_screen, id, version);
|
xwl_screen_set_dmabuf_interface(xwl_screen, id, version);
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool
|
static Bool
|
||||||
xwl_glamor_has_wl_interfaces(struct xwl_screen *xwl_screen,
|
xwl_glamor_has_wl_interfaces(struct xwl_screen *xwl_screen,
|
||||||
struct xwl_egl_backend *xwl_egl_backend)
|
struct xwl_egl_backend *xwl_egl_backend)
|
||||||
{
|
{
|
||||||
|
|
|
@ -130,8 +130,6 @@ void xwl_glamor_init_wl_registry(struct xwl_screen *xwl_screen,
|
||||||
struct wl_registry *registry,
|
struct wl_registry *registry,
|
||||||
uint32_t id, const char *interface,
|
uint32_t id, const char *interface,
|
||||||
uint32_t version);
|
uint32_t version);
|
||||||
Bool xwl_glamor_has_wl_interfaces(struct xwl_screen *xwl_screen,
|
|
||||||
struct xwl_egl_backend *xwl_egl_backend);
|
|
||||||
void xwl_glamor_egl_make_current(struct xwl_screen *xwl_screen);
|
void xwl_glamor_egl_make_current(struct xwl_screen *xwl_screen);
|
||||||
Bool xwl_glamor_needs_buffer_flush(struct xwl_screen *xwl_screen);
|
Bool xwl_glamor_needs_buffer_flush(struct xwl_screen *xwl_screen);
|
||||||
Bool xwl_glamor_needs_n_buffering(struct xwl_screen *xwl_screen);
|
Bool xwl_glamor_needs_n_buffering(struct xwl_screen *xwl_screen);
|
||||||
|
|
Loading…
Reference in New Issue