Project

General

Profile

Revision 253

commited some stuff

View differences:

font.c
112 112
    ret->x = 0;
113 113
    ret->y = 0;
114 114
    ret->size = 25;
115
    ret->color = BLACK;
115
    ret->color = GRAPH_BLACK;
116 116
    ret->valign = text_valign_top;
117 117
    ret->halign = text_halign_left;
118 118
    return ret;

Also available in: Unified diff