# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * video_x.cpp - Video/graphics emulation, X11 specific stuff | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2008 Christian Bauer |
4 | > | * Basilisk II (C) 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 | |
# | Line 44 | Line 44 | |
44 | #endif | |
45 | ||
46 | #ifdef ENABLE_XF86_DGA | |
47 | < | # include <X11/extensions/xf86dga.h> |
47 | > | # include <X11/extensions/Xxf86dga.h> |
48 | #endif | |
49 | ||
50 | #ifdef ENABLE_XF86_VIDMODE |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |