19 #ifndef HAIKU_AGG_GLUE_H
20 #define HAIKU_AGG_GLUE_H
23 #include <boost/cstdint.hpp>
26 #include <SupportDefs.h>
54 bool init(
int argc,
char **argv[], BWindow **
win, std::string sharefilename);
60 boost::uint32_t
maskFlags(boost::uint32_t sdl_flags);
62 void render(
int minx,
int miny,
int maxx,
int maxy);
67 unsigned char *_offscreenbuf;
68 unsigned char *_sharebuf;
70 unsigned int _bufsize;
74 std::vector< geometry::Range2d<int> > _drawbounds;
80 std::string _sharefilename;