From 2b575004921176d43108b47c2b595e8eb80d87fe Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 15 Sep 2003 11:53:40 +0000 Subject: some bugfixes, GOP still not working svn path=/trunk/externals/ggee/; revision=968 --- gui/sliderh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/sliderh.c') diff --git a/gui/sliderh.c b/gui/sliderh.c index b83f9c7..50671a2 100644 --- a/gui/sliderh.c +++ b/gui/sliderh.c @@ -1,6 +1,6 @@ #include #include "g_canvas.h" -#include + #ifdef NT #pragma warning( disable : 4244 ) @@ -29,7 +29,7 @@ static void *sliderh_new(t_floatarg max, t_floatarg min,t_floatarg h) { t_fatom *x = (t_fatom *)pd_new(sliderh_class); x->x_type = gensym("hslider"); - return fatom_new(x,max,min,h); + return fatom_new(x,max,min,h,&s_); } -- cgit v1.2.1