-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-13 20:11, Jonathan Wilkes wrote:
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?
maybe because it is considered an opaque type?
it's a way of telling you: "t_canvasenvironment is private property, do not trespass". you don't have right of ways and if the next time you drop by, the owner decided to change everything, you are not supposed to complain.
mfgasdfr IOhannes