summaryrefslogtreecommitdiff
path: root/dviware/umddvi/previewers/texx2/texx2.h
blob: c859f091af4eea7d46038f96fbab243a152ede2d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
 *	This program is Copyright (C) 1987 by the Board of Trustees of the
 *	University of Illinois, and by the author Dirk Grunwald.
 */

/* Std system and C header files */

#ifndef _tex2h_
#define _tex2h_

#include <stdio.h>
#include <X11/Xos.h>
#include <sys/dir.h>
#include <sys/stat.h>

/* X include files */

#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>

/* X toolkit header files */

#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>

/* Widget header files. */

#include <X11/AsciiText.h>
#include <X11/Box.h>
#include <X11/Command.h>
#include <X11/Dialog.h>
#include <X11/Label.h>
#include <X11/List.h>
#include <X11/Scroll.h>
#include <X11/Shell.h>
#include <X11/VPaned.h>
#include <X11/Viewport.h>

#include "texx2-defs.h"

extern char *ProgName;

typedef struct  {
    char *printProgram;
    int userMag;
    int dpi;
    Bool autoSize;
    int largeMag;
    int smallMag;

    char *paperWidthString;
    char *paperHeightString;
} TeXxResourceStruct;

extern TeXxResourceStruct TeXxResources;

#endif