mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 13:10:36 +01:00
xwayland: Define MAX_OUTPUT_NAME in the header
So that other parts of the Xwayland code can use it.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1492>
(cherry picked from commit 12265aaa1c)
This commit is contained in:
parent
709a6719dd
commit
c5f4f54869
2 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,6 @@
|
|||
|
||||
#include "xdg-output-unstable-v1-client-protocol.h"
|
||||
|
||||
#define MAX_OUTPUT_NAME 256
|
||||
|
||||
static void xwl_output_get_xdg_output(struct xwl_output *xwl_output);
|
||||
|
||||
static Rotation
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
RR_Reflect_X | \
|
||||
RR_Reflect_Y)
|
||||
|
||||
#define MAX_OUTPUT_NAME 256
|
||||
|
||||
struct xwl_output {
|
||||
struct xorg_list link;
|
||||
struct xwl_screen *xwl_screen;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue