Re: [waffle] [PATCH 6/8] waffle: move WAFFLE_API out of the API header

2014-05-30 Thread Chad Versace
On Sat, May 24, 2014 at 11:51:33PM +0100, Emil Velikov wrote: > WAFFLE_API is used to define the symbol visibility and > all functions provided by the API must be non-hidden. > Thus the define should be used internally in conjunction > with the compiler used in order to properly annotate the > symb

[waffle] [PATCH 6/8] waffle: move WAFFLE_API out of the API header

2014-05-24 Thread Emil Velikov
WAFFLE_API is used to define the symbol visibility and all functions provided by the API must be non-hidden. Thus the define should be used internally in conjunction with the compiler used in order to properly annotate the symbols. Resolves #12: https://github.com/waffle-gl/waffle/issues/12 Signe