We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a42a1f commit 9578974Copy full SHA for 9578974
changelog.txt
@@ -17,6 +17,7 @@ Version 1.02.1
17
- #767: Illegal byref result assignments will now cause a proper error message, not just a warning
18
- Using the -asm att|intel option for non-x86[_64] targets now triggers an error
19
- C backend: -masm=... will now only be passed to gcc for x86[_64] targets
20
+- Screen didn't return an error code if it failed
21
22
23
Version 1.02.0
src/gfxlib2/gfx_screen.c
@@ -437,7 +437,7 @@ FBCALL int fb_GfxScreen
437
438
FB_GRAPHICS_UNLOCK( );
439
440
- return fb_ErrorSetNum( FB_RTERROR_OK );
+ return res;
441
}
442
443
FBCALL int fb_GfxScreenQB( int mode, int visible, int active )
0 commit comments