diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-18 10:03:43 +0100 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2019-12-20 16:19:01 +0100 |
commit | 0617c635fa3577965c5fa198ed4e57da8fee919d (patch) | |
tree | 4709637a976fd885fe4e403e5434d5b7f538ad23 /hw/xwayland/Makefile.am | |
parent | 211609a9387a5fb0df83ef6ddea59ef817ea2f59 (diff) |
xwayland: Separate Xwayland screen code
Move Xwayland screen related code to a separate source file and header.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwayland/Makefile.am b/hw/xwayland/Makefile.am index 681c61d13..7969edcbc 100644 --- a/hw/xwayland/Makefile.am +++ b/hw/xwayland/Makefile.am @@ -19,6 +19,8 @@ Xwayland_SOURCES = \ xwayland-pixmap.c \ xwayland-pixmap.h \ xwayland-present.h \ + xwayland-screen.c \ + xwayland-screen.h \ xwayland-shm.c \ xwayland-shm.h \ xwayland-types.h \ |