mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user