File: font-selector.h

package info (click to toggle)
grafix 1.4-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 920 kB
  • ctags: 1,715
  • sloc: ansic: 14,080; makefile: 159; 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 = "-*-*-*-*-*-*-*-*-*-*-*-*-*-*");