~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.h

  • Committer: Matthew Fuller
  • Date: 2018-11-14 04:35:21 UTC
  • mto: This revision was merged to the branch mainline in revision 652.
  • Revision ID: fullermd@over-yonder.net-20181114043521-r6ej8wggb9pjrlml
GetFont() is only used by CreateFonts(), so we can static-ize it now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
void GetColor(int kind, Pixel *what, const char *name);
62
62
void GetShadeColors(ColorPair *cp);
63
 
void GetFont(MyFont *font);
64
63
bool UpdateFont(MyFont *font, int height);
65
64
void CreateFonts(ScreenInfo *scr);
66
65
#if 0