diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-18 11:18:22 +0100 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-20 16:19:01 +0100 |
commit | 808a0a038b945171e0c6e18093fe1b9daeafe26a (patch) | |
tree | 5212c9282c80eda5737d249db9f17473c44f89c7 /hw/xwayland/Makefile.am | |
parent | e8ba8a94e120abf78886ca809f0bf01e7258367c (diff) |
xwayland: Move Xwayland vidmode declaration
Move the Xwayland vidmode declaration to its own header file.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to 'hw/xwayland/Makefile.am')
-rw-r--r-- | hw/xwayland/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwayland/Makefile.am b/hw/xwayland/Makefile.am index a7dc78389..5d6a2ab91 100644 --- a/hw/xwayland/Makefile.am +++ b/hw/xwayland/Makefile.am @@ -29,6 +29,7 @@ Xwayland_SOURCES = \ xwayland-cvt.c \ xwayland-cvt.h \ xwayland-vidmode.c \ + xwayland-vidmode.h \ xwayland-window.c \ xwayland-window.h \ xwayland-window-buffers.c \ |