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