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.12 by cebix, 2000-07-13T13:47:10Z vs.
Revision 1.13 by cebix, 2000-07-13T16:12:32Z

# Line 75 | Line 75 | struct sigstate {
75   # include "mon.h"
76   #endif
77  
78 < #define DEBUG 1
78 > #define DEBUG 0
79   #include "debug.h"
80  
81  
# Line 104 | Line 104 | bool TwentyFourBitAddressing;
104  
105  
106   // Global variables
107 < static char *x_display_name = NULL;                                     // X11 display name
107 > char *x_display_name = NULL;                                            // X11 display name
108   Display *x_display = NULL;                                                      // X11 display handle
109  
110   static int zero_fd = -1;                                                        // FD of /dev/zero

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines