From 74adfe0cbca300e73774c6e0aa9b3c53a5e5b57b Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Oct 2021 16:47:03 +0000 Subject: Add HiDPI support and lots of cleanup. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a8f7cfb..27c8144 100644 --- a/meson.build +++ b/meson.build @@ -45,10 +45,11 @@ add_project_arguments( sources = files( 'src/main.c', - 'src/background.c', + 'src/color.c', 'src/egl.c', 'src/entry.c', 'src/gl.c', + 'src/image.c', 'src/log.c', 'src/surface.c', 'src/xdg-shell-protocol.c', -- cgit v1.2.3