summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/window/mfdisplay.h
blob: a1a0cbc2ace4003bce5beef433f6de23993195de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* mfdisplay.h: include file for Metafont display routines.

   This file is public domain.  */

#define MF_DISPLAY_PROTOS(x) \
extern int mf_ ## x ## _initscreen (void); \
extern void mf_ ## x ## _updatescreen (void); \
extern void mf_ ## x ## _blankrectangle (screencol, screencol, screenrow, screenrow); \
extern void mf_ ## x ## _paintrow (screenrow, pixelcolor, transspec, screencol);

MF_DISPLAY_PROTOS(amiga)
MF_DISPLAY_PROTOS(epsf)
MF_DISPLAY_PROTOS(hp2627)
MF_DISPLAY_PROTOS(mftalk)
MF_DISPLAY_PROTOS(next)
MF_DISPLAY_PROTOS(regis)
MF_DISPLAY_PROTOS(sun)
MF_DISPLAY_PROTOS(tektronix)
MF_DISPLAY_PROTOS(uniterm)
MF_DISPLAY_PROTOS(win32)
MF_DISPLAY_PROTOS(x11)
MF_DISPLAY_PROTOS(trap)

#undef MF_DISPLAY_PROTOS