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.17 by cebix, 2001-07-01T21:09:27Z vs.
Revision 1.19 by cebix, 2001-07-03T19:26:51Z

# Line 129 | Line 129 | static void set_video_monitor(uint32 wid
129          }
130  
131          VideoModes.push_back(mode);
132 +        video_init_depth_list();
133          VideoMonitor.mode = mode;
134   }
135  
# Line 536 | 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 565 | 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