# | Line 280 | Line 280 | static bool screen_fault_handler(sigsegv | |
---|---|---|
280 | ||
281 | // From video_blit.cpp | |
282 | extern void (*Screen_blit)(uint8 * dest, const uint8 * source, uint32 length); | |
283 | < | extern bool Screen_blitter_init(XVisualInfo * visual_info, bool native_byte_order); |
283 | > | extern bool Screen_blitter_init(XVisualInfo * visual_info, bool native_byte_order, video_depth mac_depth); |
284 | ||
285 | /* How can we deal with array overrun conditions ? | |
286 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |