[iortcw] 290/497: SP: Fix unused variable warning from last commit

2017-09-08 Thread Simon McVittie
This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 5aa8b1b30a55f9517cf74fd5e4bdf8d9140de283
Author: m4n4t4...@gmail.com 

Date:   Wed Feb 11 23:44:52 2015 +

SP: Fix unused variable warning from last commit
---
 SP/code/sdl/sdl_glimp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SP/code/sdl/sdl_glimp.c b/SP/code/sdl/sdl_glimp.c
index b6df7b8..47bc503 100644
--- a/SP/code/sdl/sdl_glimp.c
+++ b/SP/code/sdl/sdl_glimp.c
@@ -464,7 +464,7 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, 
qboolean noborder)
}
else if ( ( r_windowPosx->integer == 0 ) && ( 
r_windowPosy->integer == 0 ) )
{
-   if( ( SDL_window = SDL_CreateWindow( 
CLIENT_WINDOW_TITLE, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
+   if( ( SDL_window = SDL_CreateWindow( 
CLIENT_WINDOW_TITLE, x, y,
glConfig.vidWidth, glConfig.vidHeight, 
flags ) ) == 0 )
{
ri.Printf( PRINT_DEVELOPER, "SDL_CreateWindow 
failed: %s\n", SDL_GetError( ) );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[iortcw] 290/497: SP: Fix unused variable warning from last commit

2016-09-21 Thread Simon McVittie
This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 5aa8b1b30a55f9517cf74fd5e4bdf8d9140de283
Author: m4n4t4...@gmail.com 

Date:   Wed Feb 11 23:44:52 2015 +

SP: Fix unused variable warning from last commit
---
 SP/code/sdl/sdl_glimp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SP/code/sdl/sdl_glimp.c b/SP/code/sdl/sdl_glimp.c
index b6df7b8..47bc503 100644
--- a/SP/code/sdl/sdl_glimp.c
+++ b/SP/code/sdl/sdl_glimp.c
@@ -464,7 +464,7 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, 
qboolean noborder)
}
else if ( ( r_windowPosx->integer == 0 ) && ( 
r_windowPosy->integer == 0 ) )
{
-   if( ( SDL_window = SDL_CreateWindow( 
CLIENT_WINDOW_TITLE, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
+   if( ( SDL_window = SDL_CreateWindow( 
CLIENT_WINDOW_TITLE, x, y,
glConfig.vidWidth, glConfig.vidHeight, 
flags ) ) == 0 )
{
ri.Printf( PRINT_DEVELOPER, "SDL_CreateWindow 
failed: %s\n", SDL_GetError( ) );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits