|
FreeBASIC
0.91.0
|
#include <fb_gfx_x11.h>
Data Fields | |
| Display * | display |
| Visual * | visual |
| int | screen |
| Window | window |
| Window | wmwindow |
| Window | fswindow |
| GC | gc |
| XRRScreenConfiguration * | config |
| int | w |
| int | h |
| int | depth |
| int | visual_depth |
| int | flags |
| int | refresh_rate |
| int | display_offset |
| int(* | init )(void) |
| void(* | exit )(void) |
| void(* | update )(void) |
| int | mouse_clip |
Definition at line 19 of file fb_gfx_x11.h.
| XRRScreenConfiguration* X11DRIVER::config |
Definition at line 28 of file fb_gfx_x11.h.
| int X11DRIVER::depth |
Definition at line 29 of file fb_gfx_x11.h.
| Display* X11DRIVER::display |
Definition at line 21 of file fb_gfx_x11.h.
| int X11DRIVER::display_offset |
Definition at line 30 of file fb_gfx_x11.h.
| void(* X11DRIVER::exit)(void) |
Definition at line 32 of file fb_gfx_x11.h.
| int X11DRIVER::flags |
Definition at line 29 of file fb_gfx_x11.h.
| Window X11DRIVER::fswindow |
Definition at line 26 of file fb_gfx_x11.h.
| GC X11DRIVER::gc |
Definition at line 27 of file fb_gfx_x11.h.
| int X11DRIVER::h |
Definition at line 29 of file fb_gfx_x11.h.
| int(* X11DRIVER::init)(void) |
Definition at line 31 of file fb_gfx_x11.h.
| int X11DRIVER::mouse_clip |
Definition at line 34 of file fb_gfx_x11.h.
| int X11DRIVER::refresh_rate |
Definition at line 30 of file fb_gfx_x11.h.
| int X11DRIVER::screen |
Definition at line 23 of file fb_gfx_x11.h.
| void(* X11DRIVER::update)(void) |
Definition at line 33 of file fb_gfx_x11.h.
| Visual* X11DRIVER::visual |
Definition at line 22 of file fb_gfx_x11.h.
| int X11DRIVER::visual_depth |
Definition at line 29 of file fb_gfx_x11.h.
| int X11DRIVER::w |
Definition at line 29 of file fb_gfx_x11.h.
| Window X11DRIVER::window |
Definition at line 24 of file fb_gfx_x11.h.
| Window X11DRIVER::wmwindow |
Definition at line 25 of file fb_gfx_x11.h.