File: font-selector.h

package info (click to toggle)
grafix 1.5-1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 940 kB
  • ctags: 1,748
  • sloc: ansic: 14,190; makefile: 169; sh: 9
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
// font-selector.h
// wolf 1/97

#include "window.h"

extern char *sampstr; // the displayed sample string
XFontStruct *xfont_select(char *mask = "-*-*-*-*-*-*-*-*-*-*-*-*-*-*");