1 #ifndef MYPAINTFIXEDTILEDSURFACE_H 2 #define MYPAINTFIXEDTILEDSURFACE_H 34 #endif // MYPAINTFIXEDTILEDSURFACE_H
Abstract surface type for the MyPaint brush engine.
Definition: mypaint-surface.h:131
struct MyPaintFixedTiledSurface MyPaintFixedTiledSurface
Definition: mypaint-fixed-tiled-surface.h:17
#define G_BEGIN_DECLS
Definition: mypaint-glib-compat.h:13
MyPaintFixedTiledSurface * mypaint_fixed_tiled_surface_new(int width, int height)
MyPaintSurface * mypaint_fixed_tiled_surface_interface(MyPaintFixedTiledSurface *self)
#define G_END_DECLS
Definition: mypaint-glib-compat.h:14
int mypaint_fixed_tiled_surface_get_width(MyPaintFixedTiledSurface *self)
int mypaint_fixed_tiled_surface_get_height(MyPaintFixedTiledSurface *self)