aboutsummaryrefslogtreecommitdiff
path: root/redist/CNFGNullDriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'redist/CNFGNullDriver.c')
-rw-r--r--redist/CNFGNullDriver.c7
1 files changed, 3 insertions, 4 deletions
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
-