FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
hook_view_update.c
Go to the documentation of this file.
1
/* call back function that gets called whenever VIEW PRINT was called */
2
3
#include "
fb.h
"
4
5
/*:::::*/
6
FBCALL
void
fb_ViewUpdate
(
void
)
7
{
8
FB_LOCK
();
9
10
if
(
__fb_ctx
.
hooks
.
viewupdateproc
) {
11
__fb_ctx
.
hooks
.
viewupdateproc
( );
12
}
else
{
13
fb_ConsoleViewUpdate
( );
14
}
15
16
FB_UNLOCK
();
17
}
rtlib
hook_view_update.c
Generated on Thu Jan 23 2014 19:40:12 for FreeBASIC by
1.8.4