Changeset 40783
- Timestamp:
- Jun 6, 2019, 5:21:59 PM (7 years ago)
- Location:
- branches/eam_branches/ohana.20190329/src/libkapa
- Files:
-
- 2 edited
-
include/kapa.h (modified) (1 diff)
-
src/RotFont.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/libkapa/include/kapa.h
r40780 r40783 278 278 /* RotFont.c */ 279 279 void InitRotFonts PROTO((void)); 280 void FreeRotFonts PROTO((void)); 280 281 int SetRotFont PROTO((char *name, int size)); 281 282 char *GetRotFont PROTO((int *size)); -
branches/eam_branches/ohana.20190329/src/libkapa/src/RotFont.c
r39576 r40783 32 32 strncpy (currentname, RotFonts[DEFFONT].name, 63); currentname[63] = 0; 33 33 currentsize = RotFonts[DEFFONT].size; 34 } 35 36 void FreeRotFonts (void) { 37 free (RotFonts); 38 RotFonts = FALSE; 39 RotFontInited = FALSE; 34 40 } 35 41
Note:
See TracChangeset
for help on using the changeset viewer.
