xwayland: Make xwl_output_set_name() public

No functional change, this is preparation work for the next commit.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1492>
This commit is contained in:
Olivier Fourdan 2024-04-17 15:40:05 +02:00
parent 12265aaa1c
commit 0cb4ec4dbd
2 changed files with 3 additions and 1 deletions

View File

@ -683,7 +683,7 @@ apply_output_change(struct xwl_output *xwl_output)
maybe_update_fullscreen_state(xwl_output);
}
static void
void
xwl_output_set_name(struct xwl_output *xwl_output, const char *name)
{
struct xwl_screen *xwl_screen = xwl_output->xwl_screen;

View File

@ -80,6 +80,8 @@ struct xwl_emulated_mode {
Bool xwl_screen_init_output(struct xwl_screen *xwl_screen);
void xwl_output_set_name(struct xwl_output *xwl_output, const char *name);
Bool xwl_screen_init_randr_fixed(struct xwl_screen *xwl_screen);
void