From 81b65eadcba63809d3879a5efcbb55eaf1bbd8e3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Jan 2020 17:42:06 -0500 Subject: [PATCH] Add an Empty theme for tests --- gtk/gen-gtk-gresources-xml.py | 1 + gtk/theme/Empty/gtk.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 gtk/theme/Empty/gtk.css diff --git a/gtk/gen-gtk-gresources-xml.py b/gtk/gen-gtk-gresources-xml.py index 846b27dd0b..95bccf9268 100644 --- a/gtk/gen-gtk-gresources-xml.py +++ b/gtk/gen-gtk-gresources-xml.py @@ -17,6 +17,7 @@ def get_files(subdir,extension): return sorted(filter(lambda x: x.endswith((extension)), os.listdir(os.path.join(srcdir,subdir)))) xml += ''' + theme/Empty/gtk.css theme/Adwaita/gtk.css theme/Adwaita/gtk-dark.css theme/Adwaita/gtk-contained.css diff --git a/gtk/theme/Empty/gtk.css b/gtk/theme/Empty/gtk.css new file mode 100644 index 0000000000..0ce59473e9 --- /dev/null +++ b/gtk/theme/Empty/gtk.css @@ -0,0 +1 @@ +/* this is used in tests */