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 |
|
|
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 |