FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
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
10
extern
GFXDRIVER
fb_gfxDriverFBDev
;
11
12
extern
int
fb_hFBDevInfo
(ssize_t *width, ssize_t *height, ssize_t *depth, ssize_t *refresh);
13
14
#endif
15
16
#endif
gfxlib2
linux
fb_gfx_linux.h
Generated on Thu Jan 23 2014 19:40:07 for FreeBASIC by
1.8.4