efl/legacy
Gustavo Sverzut Barbieri 247e2556a5 Evas_Bool should be unsigned.
This will help the use of Evas_Bool to define bitfield structs like in:

struct s {
        Evas_Bool a:1;
        Evas_Bool b:1;
        Evas_Bool c:1;
        Evas_Bool d:1;
        Evas_Bool e:1;
        Evas_Bool f:1;
        Evas_Bool g:1;
        Evas_Bool h:1;
        Evas_Bool i:1;
};

It must be unsigned or it would use the signal bit, having "a == 0" to
be true anyway, as it would be just +0 and -0.


SVN revision: 34362
2008-04-24 15:31:57 +00:00
..
ecore ecore_imf: if ECORE_IMF_MODULE is set to "none", don't use any IMF module 2008-04-24 15:28:53 +00:00
edje add another constraint-aware min calc 2008-04-17 10:22:57 +00:00
eet add release comment in ChangeLog 2008-04-21 05:21:13 +00:00
efreet formatting 2008-04-07 05:52:45 +00:00
embryo * use @datadir@/@PACKAGE@ and not @PACKAGE_DATA_DIR@ in embryo.pc.in 2008-04-20 06:14:43 +00:00
emotion fix #ifdef 2008-03-20 21:13:55 +00:00
evas Evas_Bool should be unsigned. 2008-04-24 15:31:57 +00:00
evil * configure.ac: 2008-04-22 22:53:54 +00:00