diff options
Diffstat (limited to 'src/calp.c')
| -rw-r--r-- | src/calp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,7 @@ #include <cairo/cairo-pdf.h> #include <cairo/cairo.h> -//#include <pango/pangocairo.h> +#include <pango/pangocairo.h> /* 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; |
