ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/main_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/main_unix.cpp (file contents):
Revision 1.4 by cebix, 1999-10-26T16:28:37Z vs.
Revision 1.5 by cebix, 1999-10-26T16:56:45Z

# Line 48 | Line 48
48   #include <gtk/gtk.h>
49   #endif
50  
51 < #if ENABLE_DGA
51 > #if ENABLE_XF86_DGA
52   #include <X11/Xlib.h>
53   #include <X11/Xutil.h>
54   #include <X11/extensions/xf86dga.h>
# Line 154 | Line 154 | int main(int argc, char **argv)
154                  QuitEmulator();
155          }
156  
157 < #if ENABLE_DGA
157 > #if ENABLE_XF86_DGA
158          // Fork out, so we can return from fullscreen mode when things get ugly
159          XF86DGAForkApp(DefaultScreen(x_display));
160   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines