-rw-r--r-- | agg-plot/agg-pixfmt-config.h | 16 |
diff --git a/agg-plot/agg-pixfmt-config.h b/agg-plot/agg-pixfmt-config.h new file mode 100644 index 00000000..01ffabba --- /dev/null +++ b/agg-plot/agg-pixfmt-config.h @@ -0,0 +1,16 @@ +#ifndef AGG_PIXFMT_CONFIG_H +#define AGG_PIXFMT_CONFIG_H + +#include "platform/agg_platform_support.h" + +namespace gslshell +{ + const agg::pix_format_e pixel_format = agg::pix_format_bgr24; + const bool flip_y = true; + + extern unsigned bpp; + extern agg::pix_format_e sys_pixel_format; + extern unsigned sys_bpp; +} + +#endif |