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

Comparing BasiliskII/src/AmigaOS/video_amiga.cpp (file contents):
Revision 1.18 by cebix, 2001-07-03T19:20:45Z vs.
Revision 1.19 by cebix, 2001-07-03T19:26:51Z

# Line 537 | Line 537 | void VideoExit(void)
537   *  Set palette
538   */
539  
540 < void video_set_palette(uint8 *pal, in num)
540 > void video_set_palette(uint8 *pal, int num)
541   {
542          if ((display_type == DISPLAY_SCREEN_P96 || display_type == DISPLAY_SCREEN_CGFX)
543           && !IsDirectMode(VideoMonitor.mode)) {
# Line 566 | Line 566 | void video_switch_to_mode(const video_mo
566   {
567   }
568  
569 +
570 + /*
571 + *  Close down full-screen mode (if bringing up error alerts is unsafe while in full-screen mode)
572 + */
573 +
574 + void VideoQuitFullScreen(void)
575 + {
576 + }
577 +
578  
579   /*
580   *  Video message handling (not neccessary under AmigaOS, handled by periodic_func())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines