FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
gfx_vsync.c
Go to the documentation of this file.
1
/* vertical sync routine */
2
3
#include "
fb_gfx.h
"
4
5
6
FBCALL
int
fb_GfxWaitVSync
(
void
)
7
{
8
if
(!
__fb_gfx
)
9
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
10
if
(
__fb_gfx
->
driver
->
wait_vsync
)
11
__fb_gfx
->
driver
->
wait_vsync
();
12
13
return
fb_ErrorSetNum
(
FB_RTERROR_OK
);
14
}
gfxlib2
gfx_vsync.c
Generated on Thu Jan 23 2014 19:40:06 for FreeBASIC by
1.8.4