ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Display_SDL.h
(Generate patch)

Comparing Frodo4/Src/Display_SDL.h (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-14T13:59:02Z

# Line 102 | Line 102 | C64Display::C64Display(C64 *the_c64) : T
102          // Start timer for LED error blinking
103          c64_disp = this;
104          pulse_sa.sa_handler = (void (*)(int))pulse_handler;
105 <        pulse_sa.sa_flags = 0;
105 >        pulse_sa.sa_flags = SA_RESTART;
106          sigemptyset(&pulse_sa.sa_mask);
107          sigaction(SIGALRM, &pulse_sa, NULL);
108          pulse_tv.it_interval.tv_sec = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines