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)) { |
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()) |