comparison src/video/quartz/SDL_QuartzVideo.m @ 576:cd41dca47fff

Fixed QZ_ToggleFullScreen() return value (thanks Max!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Jan 2003 05:29:50 +0000
parents 04dcaf3da918
children 2c6510c0a304
comparison
equal deleted inserted replaced
575:1f6438c8df2c 576:cd41dca47fff
694 694
695 return current; 695 return current;
696 } 696 }
697 697
698 static int QZ_ToggleFullScreen (_THIS, int on) { 698 static int QZ_ToggleFullScreen (_THIS, int on) {
699 return -1; 699 return 0;
700 } 700 }
701 701
702 static int QZ_SetColors (_THIS, int first_color, int num_colors, 702 static int QZ_SetColors (_THIS, int first_color, int num_colors,
703 SDL_Color *colors) { 703 SDL_Color *colors) {
704 704