aboutsummaryrefslogtreecommitdiff
path: root/src/calp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/calp.c')
-rw-r--r--src/calp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/calp.c b/src/calp.c
index 9b0bb20..6336a40 100644
--- a/src/calp.c
+++ b/src/calp.c
@@ -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);