author | francesco-ST <francesco.abbate@st.com> | 2010年11月29日 16:06:20 +0100 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年11月29日 16:06:20 +0100 |
commit | 6ad9ba6096db4d02ff8c09d5394f16de1d331bb6 (patch) | |
tree | f414a00a742260bcb6acae579538aa5e1181a1ba /agg-plot/agg-pixfmt-config.h | |
parent | 21adabf6de2744550cd90b1012f81328f60a3e49 (diff) | |
download | gsl-shell-6ad9ba6096db4d02ff8c09d5394f16de1d331bb6.tar.gz |
-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 |