From 2b87a7aa16c4de35828af4c996cf7c3ab1b2ad59 Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 13 Dec 2025 14:57:58 -0600 Subject: after much pain, pango can now be compiled with the program correctly --- src/calp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/calp.c') diff --git a/src/calp.c b/src/calp.c index 977d24e..6fbf9dc 100644 --- a/src/calp.c +++ b/src/calp.c @@ -11,7 +11,7 @@ #include #include -//#include +#include /* calp Libraries */ #include "color.h" @@ -21,7 +21,6 @@ // int main (int argc, char *argv[]) { int main (void) { // Dimension initialization - //PangoLayout *layout; int rows = 6; // Number of weeks in a month int columns = 7; // Number of days in a week int months_in_year = 12; -- cgit v1.2.3