[ioquake3] 11/59: [null/null_glimp.c] Fix up bitrot in null impl

Simon McVittie smcv at debian.org
Wed Sep 21 19:56:58 UTC 2016


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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit bbe99a8c6b62f7234acaeb35d26dbb10c2783e6b
Author: Thomas Köppe <tkoeppe at google.com>
Date:   Tue Jul 26 10:52:15 2016 +0100

    [null/null_glimp.c] Fix up bitrot in null impl
---
 code/null/null_glimp.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/code/null/null_glimp.c b/code/null/null_glimp.c
index 2fc6aff..558d2d1 100644
--- a/code/null/null_glimp.c
+++ b/code/null/null_glimp.c
@@ -19,7 +19,7 @@ along with Quake III Arena source code; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 ===========================================================================
 */
-#include "tr_common.h"
+#include "../renderercommon/tr_common.h"
 
 
 qboolean ( * qwglSwapIntervalEXT)( int interval );
@@ -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/ioquake3.git



More information about the Pkg-games-commits mailing list