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