On Sun, 29 Sep 2013, Christophe escribió: > From: Christophe CURIS <[email protected]> > > +typedef enum { > + WCUR_NORMAL, > + WCUR_MOVE, > + WCUR_RESIZE, > + WCUR_TOPLEFTRESIZE, > + WCUR_TOPRIGHTRESIZE, > + WCUR_BOTTOMLEFTRESIZE, > + WCUR_BOTTOMRIGHTRESIZE, > + WCUR_VERTICALRESIZE, > + WCUR_HORIZONRESIZE, > + WCUR_WAIT, > + WCUR_ARROW, > + WCUR_QUESTION, > + WCUR_TEXT, > + WCUR_SELECT, > + WCUR_ROOT, > + WCUR_EMPTY, > + > + /* Count of the number of cursors defined */ > + WCUR_LAST, > + > + /* Alias for the Default cursor */ > + WCUR_DEFAULT = WCUR_NORMAL > +} w_cursor;
I don't like this, IMO, the WCUR_DEFAULT definition should be out of the enum, because is an enum. -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to [email protected].
