[M3devel] Shorthand type declarations?
Chris
Highjinks at gmx.com
Wed Feb 3 00:33:40 CET 2010
Alright, I'm finally getting the hang of things.
One quick question..
Is there a shorthand for declaring a whole bunch of types as one type? i.e....
TYPE
Window, Pixmap, Cursor = unsigned_int;
Or something similiar?
Doing this
TYPE
Window = unsigned_int;
Pixmap = unsigned_int;
Cursor = unsigned_int;
etc...
Adds up to whole lot of typing.(No pun intended)
Any tips would be most welcome.
--
Chris <Highjinks at gmx.com>
More information about the M3devel
mailing list