diff options
Diffstat (limited to 'src/calp.c')
| -rw-r--r-- | src/calp.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -31,9 +31,10 @@ int main (int argc, char **argv) { // Draw stuff here fill_bg(cr, width, height); - // FUNCTIONS TO MAKE - // Draw Grid - // Draw Numbers + // Draw text in upper left corner + draw_text(cr, 0.0, 0.0, "1"); + + // Clean up cairo_destroy(cr); |
