FreeBASIC  0.91.0
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 
12  } else {
14  }
15 
16  FB_UNLOCK();
17 }