atom feed6 messages in at.iem.pd-dev[PD-dev] struct _canvasenvironment
FromSent OnAttachments
Jonathan WilkesJul 13, 2011 11:10 am 
IOhannes m zmoelnigJul 13, 2011 11:30 am 
Jonathan WilkesJul 13, 2011 1:45 pm 
Miller PucketteJul 13, 2011 5:08 pm 
Jonathan WilkesJul 13, 2011 8:22 pm 
Miller PucketteJul 13, 2011 9:42 pm 
Subject:[PD-dev] struct _canvasenvironment
From:Jonathan Wilkes (janc@yahoo.com)
Date:Jul 13, 2011 11:10:56 am
List:at.iem.pd-dev

Hello,

Why is "struct _canvasenvironment" in g_canvas.c instead of g_canvas.h? I
want to take a t_object inside g_text.c and-- if it's an abstraction-- get its
name and dir. I can get the name but cannot get the dir because "struct
_canvasenvironment" isn't in g_canvas.h. Would it break things if it were moved
there?

Thanks, Jonathan