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:
parent
12265aaa1c
commit
0cb4ec4dbd
|
@ -683,7 +683,7 @@ apply_output_change(struct xwl_output *xwl_output)
|
||||||
maybe_update_fullscreen_state(xwl_output);
|
maybe_update_fullscreen_state(xwl_output);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
void
|
||||||
xwl_output_set_name(struct xwl_output *xwl_output, const char *name)
|
xwl_output_set_name(struct xwl_output *xwl_output, const char *name)
|
||||||
{
|
{
|
||||||
struct xwl_screen *xwl_screen = xwl_output->xwl_screen;
|
struct xwl_screen *xwl_screen = xwl_output->xwl_screen;
|
||||||
|
|
|
@ -80,6 +80,8 @@ struct xwl_emulated_mode {
|
||||||
|
|
||||||
Bool xwl_screen_init_output(struct xwl_screen *xwl_screen);
|
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);
|
Bool xwl_screen_init_randr_fixed(struct xwl_screen *xwl_screen);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue