From 96d6cb357f7dbe59fdfeba73808d78fc0c0ea435 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Thu, 22 Mar 2018 00:05:17 +0000 Subject: Update rawdraw --- redist/CNFGNullDriver.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'redist/CNFGNullDriver.c') diff --git a/redist/CNFGNullDriver.c b/redist/CNFGNullDriver.c index c35884a..b50612c 100644 --- a/redist/CNFGNullDriver.c +++ b/redist/CNFGNullDriver.c @@ -23,10 +23,11 @@ void CNFGTearDown() { } -void CNFGSetup( const char * WindowName, int sw, int sh ) +int CNFGSetup( const char * WindowName, int sw, int sh ) { w = sw; h = sh; + return 0; } void CNFGHandleInput() @@ -38,13 +39,13 @@ void CNFGUpdateScreenWithBitmap( unsigned long * data, int w, int h ) { } - #ifndef RASTERIZER uint32_t CNFGColor( uint32_t RGB ) { } +#endif void CNFGClearFrame() { @@ -70,5 +71,3 @@ void CNFGTackPoly( RDPoint * points, int verts ) { } -#endif - -- cgit v1.2.3