mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Fixed QZ_ToggleFullScreen() return value (thanks Max!)
This commit is contained in:
parent
78e5bcd7c6
commit
1a9d5e0466
|
|
@ -696,7 +696,7 @@ static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current, int width,
|
|||
}
|
||||
|
||||
static int QZ_ToggleFullScreen (_THIS, int on) {
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int QZ_SetColors (_THIS, int first_color, int num_colors,
|
||||
|
|
@ -1629,4 +1629,4 @@ static SDL_Overlay* QZ_CreateYUVOverlay (_THIS, int width, int height,
|
|||
yuv_height = overlay->h;
|
||||
|
||||
return overlay;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user