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

Comparing BasiliskII/src/SDL/video_sdl.cpp (file contents):
Revision 1.44 by asvitkine, 2011-12-30T15:11:08Z vs.
Revision 1.45 by asvitkine, 2012-01-04T22:52:05Z

# Line 63 | Line 63
63   #include "video_blit.h"
64   #include "vm_alloc.h"
65  
66 #if (defined(__APPLE__) && defined(__MACH__))
67 #include "utils_macosx.h"
68 #endif
69
66   #define DEBUG 0
67   #include "debug.h"
68  
# Line 2241 | Line 2237 | static inline void do_video_refresh(void
2237          handle_events();
2238  
2239          // Update display
2244 #if (defined(__APPLE__) && defined(__MACH__))
2245        // SDL expects an auto-release pool to be present.
2246        NSAutoReleasePool_wrap(video_refresh);
2247 #else
2240          video_refresh();
2249 #endif
2241  
2242   #ifdef SHEEPSHAVER
2243          // Set new cursor image if it was changed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines