From 624b0a06edf7114950476a8ce79fff9927b1fc62 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 20 Oct 2020 23:23:40 -0700 Subject: pig: show sad face on shader errors Introduces sad-node.[ch] implementing a simple sad face shader node, normally inactive but made active when the shader files fail to reload. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 168d4d1..0088044 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,8 @@ pig_SOURCES = \ macros.h \ main.c \ m4f.h \ + sad-node.c \ + sad-node.h \ shader.c \ shader.h \ shader-node.c \ -- cgit v1.2.3