Fixed QZ_ToggleFullScreen() return value (thanks Max!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40577
This commit is contained in:
parent
a9a711e9f8
commit
9e546b8295
1 changed files with 2 additions and 2 deletions
|
@ -696,7 +696,7 @@ static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current, int width,
|
||||||
}
|
}
|
||||||
|
|
||||||
static int QZ_ToggleFullScreen (_THIS, int on) {
|
static int QZ_ToggleFullScreen (_THIS, int on) {
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int QZ_SetColors (_THIS, int first_color, int num_colors,
|
static int QZ_SetColors (_THIS, int first_color, int num_colors,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue