From 9247c90d69c3efeeda7c7baa5c1ff82fb09da836 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 3 Sep 2012 09:32:38 +0000 Subject: Send notifications to control clients. Also don't redraw client when suspended. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index efad64a0..bfd5d7e3 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ SRCS= arguments.c \ cmd.c \ colour.c \ control.c \ + control-notify.c \ environ.c \ format.c \ grid-utf8.c \ -- cgit