FreeBASIC
0.91.0
|
Go to the source code of this file.
Data Structures | |
struct | X_FUNCS |
Typedefs | |
typedef Display *(* | XOPENDISPLAY )(char *) |
typedef int(* | XCLOSEDISPLAY )(Display *) |
typedef int(* | XGETINPUTFOCUS )(Display *, Window *, int *) |
Functions | |
int | fb_hXTermInitFocus (void) |
void | fb_hXTermExitFocus (void) |
int | fb_hXTermHasFocus (void) |
Variables | |
static int | ref_count = 0 |
static FB_DYLIB | xlib |
static X_FUNCS | X = { NULL } |
static Display * | display |
static Window | xterm_window |
typedef int(* XCLOSEDISPLAY)(Display *) |
Definition at line 10 of file io_xfocus.c.
typedef int(* XGETINPUTFOCUS)(Display *, Window *, int *) |
Definition at line 11 of file io_xfocus.c.
typedef Display*(* XOPENDISPLAY)(char *) |
Definition at line 9 of file io_xfocus.c.
void fb_hXTermExitFocus | ( | void | ) |
Definition at line 49 of file io_xfocus.c.
int fb_hXTermHasFocus | ( | void | ) |
int fb_hXTermInitFocus | ( | void | ) |
Definition at line 26 of file io_xfocus.c.
|
static |
Definition at line 22 of file io_xfocus.c.
|
static |
Definition at line 19 of file io_xfocus.c.
Definition at line 21 of file io_xfocus.c.
|
static |
Definition at line 20 of file io_xfocus.c.
|
static |
Definition at line 23 of file io_xfocus.c.