Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xnest / Args.h
CommitLineData
a09e091a
JB
1/*
2
3Copyright 1993 by Davor Matic
4
5Permission to use, copy, modify, distribute, and sell this software
6and its documentation for any purpose is hereby granted without fee,
7provided that the above copyright notice appear in all copies and that
8both that copyright notice and this permission notice appear in
9supporting documentation. Davor Matic makes no representations about
10the suitability of this software for any purpose. It is provided "as
11is" without express or implied warranty.
12
13*/
14
15#ifndef XNESTARGS_H
16#define XNESTARGS_H
17
18extern char *xnestDisplayName;
19extern Bool xnestSynchronize;
20extern Bool xnestFullGeneration;
21extern int xnestDefaultClass;
22extern Bool xnestUserDefaultClass;
23extern int xnestDefaultDepth;
24extern Bool xnestUserDefaultDepth;
25extern Bool xnestSoftwareScreenSaver;
26extern int xnestX;
27extern int xnestY;
28extern unsigned int xnestWidth;
29extern unsigned int xnestHeight;
30extern int xnestUserGeometry;
31extern int xnestBorderWidth;
32extern Bool xnestUserBorderWidth;
33extern char *xnestWindowName;
34extern int xnestNumScreens;
35extern Bool xnestDoDirectColormaps;
36extern Window xnestParentWindow;
37
38#endif /* XNESTARGS_H */