summaryrefslogtreecommitdiff
path: root/hw/xnest/Display.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
commitd568221710959cf7d783e6ff0fb80fb43a231124 (patch)
tree8d6f039393294c6ffac8533639afdebe5d68bfc1 /hw/xnest/Display.c
parent9508a382f8a9f241dab097d921b6d290c1c3a776 (diff)
Diffstat (limited to 'hw/xnest/Display.c')
-rw-r--r--hw/xnest/Display.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/hw/xnest/Display.c b/hw/xnest/Display.c
index 5f3bdb9a5..d8cefcc6f 100644
--- a/hw/xnest/Display.c
+++ b/hw/xnest/Display.c
@@ -12,10 +12,11 @@ the suitability of this software for any purpose. It is provided "as
is" without express or implied warranty.
*/
+/* $XFree86: xc/programs/Xserver/hw/xnest/Display.c,v 3.4 2001/10/28 03:34:10 tsi Exp $ */
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "screenint.h"
#include "input.h"
#include "misc.h"
@@ -89,7 +90,7 @@ void xnestOpenDisplay(argc, argv)
break;
}
if (xnestDefaultVisualIndex == UNDEFINED)
- FatalError("Uable to find desird default visual.\n");
+ FatalError("Unable to find desired default visual.\n");
}
else {
vi.visualid = XVisualIDFromVisual(DefaultVisual(xnestDisplay,
@@ -184,8 +185,6 @@ void xnestOpenDisplay(argc, argv)
void xnestCloseDisplay()
{
- int i;
-
if (!xnestDoFullGeneration || !xnestDisplay) return;
/*