FreeBASIC  0.91.0
fb_gfx_linux.h
Go to the documentation of this file.
1 /* common linux internal definitions */
2 
3 #ifndef __FB_GFX_LINUX_H__
4 #define __FB_GFX_LINUX_H__
5 
6 #ifndef DISABLE_FBDEV
7 
8 #define DOUBLE_CLICK_TIME 250
9 
11 
12 extern int fb_hFBDevInfo(ssize_t *width, ssize_t *height, ssize_t *depth, ssize_t *refresh);
13 
14 #endif
15 
16 #endif