Last test... hopefully.
[gl-cairo-cube.git] / cairo-rendering.h
blob7cfc7c45dcd8a8e7584e7074eb2c198d4ca7a04b
1 /*******************************************************************************
2 **3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
3 ** 10 20 30 40 50 60 70 80
4 **
5 ** file:
6 ** cairo-rendering.h
7 **
8 ** author:
9 ** Mirco "MacSlow" Mueller <macslow@bangang.de>
11 ** copyright (C) Mirco Mueller, July 2006, placed under the terms of the GPL
13 *******************************************************************************/
15 #ifndef _CAIRO_RENDERING_H
16 #define _CAIRO_RENDERING_H
18 #include "geometry.h"
20 #include <gtk/gtk.h>
22 void render_zini (cairo_t* pCairoContext, gint iWidth, gint iHeight);
23 void render_curve (cairo_t* pCairoContext, gint iWidth, gint iHeight, Line* pLineOne, Line* pLineTwo);
24 void render_flower (cairo_t* pCairoContext, gint iWidth, gint iHeight);
26 #endif /* _CAIRO_RENDERING_H */