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/CNFGFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist/CNFGFunctions.h') diff --git a/redist/CNFGFunctions.h b/redist/CNFGFunctions.h index 179a20b..1040863 100644 --- a/redist/CNFGFunctions.h +++ b/redist/CNFGFunctions.h @@ -34,7 +34,7 @@ void CNFGClearFrame(); void CNFGSwapBuffers(); void CNFGGetDimensions( short * x, short * y ); -void CNFGSetup( const char * WindowName, int w, int h ); +int CNFGSetup( const char * WindowName, int w, int h ); //return 0 if ok. void CNFGSetupFullscreen( const char * WindowName, int screen_number ); void CNFGHandleInput(); -- cgit v1.2.3