From eb12ad0235502b68adf9c2a0f8c4d63441dfca0c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 5 Nov 2007 06:53:53 +0000 Subject: turned off debug messages and added color changing example svn path=/trunk/externals/hcs/; revision=8938 --- sys_gui.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys_gui.c') diff --git a/sys_gui.c b/sys_gui.c index 1b6cd9b..eb96ff1 100644 --- a/sys_gui.c +++ b/sys_gui.c @@ -3,6 +3,8 @@ #include #include +#define DEBUG(x) + static t_class *sys_gui_class; typedef struct _sys_gui @@ -18,7 +20,7 @@ static void sys_gui_bang(t_sys_gui *x) static void sys_gui_anything(t_sys_gui *x, t_symbol *s, int argc, t_atom *argv) { - post("sys_gui_anything"); + DEBUG(post("sys_gui_anything");); int i = 0; char buf[MAXPDSTRING]; @@ -35,7 +37,7 @@ static void sys_gui_anything(t_sys_gui *x, t_symbol *s, int argc, t_atom *argv) static void sys_gui_list(t_sys_gui *x, t_symbol *s, int argc, t_atom *argv) { - post("sys_gui_list"); + DEBUG(post("sys_gui_list");); int i = 0; char buf[MAXPDSTRING]; -- cgit v1.2.1