From 091ee787ee7e35ea55f55ac9a2e2787d9bbc9f88 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 11 Mar 2020 17:07:00 +0800 Subject: [PATCH] add shadow-screen.c and shadow-screen.h --- src/newgal/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/newgal/Makefile.am b/src/newgal/Makefile.am index 6f7ed226..266121c0 100644 --- a/src/newgal/Makefile.am +++ b/src/newgal/Makefile.am @@ -39,6 +39,8 @@ COMMON_SRCS = \ videomem-bucket.c \ surface-shared.c \ surface-cursor.c \ + shadow-screen.h \ + shadow-screen.c \ $(NULL_FILE) libnewgal_la_SOURCES = $(COMMON_SRCS)