| version 1.1 | version 1.2 | |||
|---|---|---|---|---|
|
| |||
| g3_end_frame(); | g3_end_frame(); | |||
| gr_bitmapm(5,5,&name_canv->cv_bitmap); | gr_bitmapm(5,5,&name_canv->cv_bitmap); | |||
| #ifdef OGL | ||||
| ogl_swap_buffers(); | ||||
| #else | ||||
| #ifndef AUTOMAP_NO_PAGING | #ifndef AUTOMAP_NO_PAGING | |||
| gr_show_canvas( &Pages[current_page] ); | gr_show_canvas( &Pages[current_page] ); | |||
| #else | #else | |||
|
| |||
| // int_gr_update(); | // int_gr_update(); | |||
| gr_update(); | gr_update(); | |||
| #endif | #endif | |||
| #endif | ||||
| } | } | |||
| #define LEAVE_TIME 0x4000 | #define LEAVE_TIME 0x4000 |
| Legend: | |
| line(s) removed in v.1.1 | |
| line(s) changed | |
| line(s) added in v.1.2 | |