Revision 370
changed dirs according to what teachers want
font.c | ||
---|---|---|
119 | 119 |
static font_t *default_font = NULL; |
120 | 120 |
|
121 | 121 |
int (font_init)(void){ |
122 |
consolas = font_ctor("/home/lcom/labs/proj/media/font/Consolas/xpm2"); |
|
122 |
consolas = font_ctor("/home/lcom/labs/proj/src/media/font/Consolas/xpm2");
|
|
123 | 123 |
if(consolas == NULL) return NULL_PTR; |
124 | 124 |
default_font = consolas; |
125 | 125 |
return SUCCESS; |
Also available in: Unified diff