[iortcw] 91/152: All: Fix up bitrot in null_glimp.c

Simon McVittie smcv at debian.org
Fri Sep 8 10:40:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.5a
in repository iortcw.

commit f47d71c83cfdad9f989cf49fd42135c345c35e55
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Fri Jul 29 19:54:15 2016 -0400

    All: Fix up bitrot in null_glimp.c
---
 MP/code/null/null_glimp.c | 13 +++++++++----
 SP/code/null/null_glimp.c | 13 +++++++++----
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/MP/code/null/null_glimp.c b/MP/code/null/null_glimp.c
index c9a9d73..a88725e 100644
--- a/MP/code/null/null_glimp.c
+++ b/MP/code/null/null_glimp.c
@@ -35,8 +35,7 @@ void ( * qglUnlockArraysEXT) ( void );
 void		GLimp_EndFrame( void ) {
 }
 
-int 		GLimp_Init( void )
-{
+void 		GLimp_Init( void ) {
 }
 
 void		GLimp_Shutdown( void ) {
@@ -45,12 +44,18 @@ void		GLimp_Shutdown( void ) {
 void		GLimp_EnableLogging( qboolean enable ) {
 }
 
-void GLimp_LogComment( char *comment ) {
+void		GLimp_LogComment( char *comment ) {
 }
 
-qboolean QGL_Init( const char *dllname ) {
+qboolean	QGL_Init( const char *dllname ) {
 	return qtrue;
 }
 
 void		QGL_Shutdown( void ) {
 }
+
+void		GLimp_SetGamma( unsigned char red[256], unsigned char green[256], unsigned char blue[256] ) {
+}
+
+void		GLimp_Minimize( void ) {
+}
diff --git a/SP/code/null/null_glimp.c b/SP/code/null/null_glimp.c
index c9a9d73..a88725e 100644
--- a/SP/code/null/null_glimp.c
+++ b/SP/code/null/null_glimp.c
@@ -35,8 +35,7 @@ void ( * qglUnlockArraysEXT) ( void );
 void		GLimp_EndFrame( void ) {
 }
 
-int 		GLimp_Init( void )
-{
+void 		GLimp_Init( void ) {
 }
 
 void		GLimp_Shutdown( void ) {
@@ -45,12 +44,18 @@ void		GLimp_Shutdown( void ) {
 void		GLimp_EnableLogging( qboolean enable ) {
 }
 
-void GLimp_LogComment( char *comment ) {
+void		GLimp_LogComment( char *comment ) {
 }
 
-qboolean QGL_Init( const char *dllname ) {
+qboolean	QGL_Init( const char *dllname ) {
 	return qtrue;
 }
 
 void		QGL_Shutdown( void ) {
 }
+
+void		GLimp_SetGamma( unsigned char red[256], unsigned char green[256], unsigned char blue[256] ) {
+}
+
+void		GLimp_Minimize( void ) {
+}

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



More information about the Pkg-games-commits mailing list