fixed warnings

This commit is contained in:
cebix 2010-02-21 09:59:52 +00:00
parent c6a52b6eb2
commit 4f28f70207
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/*
* main_unix.cpp - Emulation core, Unix implementation
*
* SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
* SheepShaver (C) Christian Bauer and Marc Hellwig
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -136,7 +136,7 @@
#ifdef ENABLE_XF86_DGA
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/xf86dga.h>
#include <X11/extensions/Xxf86dga.h>
#endif
#ifdef ENABLE_MON

View File

@ -1,7 +1,7 @@
/*
* video_x.cpp - Video/graphics emulation, X11 specific stuff
*
* SheepShaver (C) 1997-2008 Marc Hellwig and Christian Bauer
* SheepShaver (C) Marc Hellwig and Christian Bauer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -47,7 +47,7 @@
#endif
#ifdef ENABLE_XF86_DGA
# include <X11/extensions/xf86dga.h>
# include <X11/extensions/Xxf86dga.h>
#endif
#ifdef ENABLE_XF86_VIDMODE