inital commit of gl-cairo-cube
[gl-cairo-cube.git] / cairo-rendering.h
blob35866c30b186c83af97fa33932dbcfc9e1240aea
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);
25 #endif /* _CAIRO_RENDERING_H */