28 #include <boost/scoped_array.hpp>
29 #include <boost/scoped_ptr.hpp>
32 #ifdef HAVE_VG_OPENVG_H
33 #include <VG/openvg.h>
39 # error "This file needs EGL, which is part of OpenGL-ES"
53 bool init(
int argc,
char **argv[]);
65 void configure(GtkWidget *
const widget, GdkEventConfigure *
const event);
69 void render(
int minx,
int miny,
int maxx,
int maxy);
73 GdkImage *_offscreenbuf;
78 boost::shared_ptr<renderer::openvg::Renderer_ovg> _renderer;