summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
Commit message (Collapse)AuthorAge
* Add composite CSS class to EosWindowPhilip Chimento2015-12-16
| | | | | | | | If an EosWindow is on a composite TV screen, then add the "composite" CSS class to it. Also add a constant, EOS_STYLE_CLASS_COMPOSITE. This allows us to do specific styling for composite. [endlessm/eos-sdk#3930]
* Add EOS_DEFINE_ENUM_TYPE macroEmmanuele Bassi2013-09-04
| | | | | | | | A simple macro that allows you to define a GEnum type. If we start getting a ton of enumeration types, then we should consider adding the various autotooling hooks for generating them through the glib-mkenums script.
* Switch order of header checksP. F. Chimento2013-05-13
| | | | [endlessm/eos-sdk#74]
* Rename C source and header filesP. F. Chimento2013-04-24
For consistency with GTK, blah.[ch] should be named eosblah.[ch]. [#23]