typedef struct { char *name; /* name of the window if iconifyed */ INT16 x, y, w, h; /* coordinate and size of the uniconified window */ void (*draw)(struct _window *); /* The drawing icon function */ } W_ICON;