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