#include <x11.h>
Public Attributes | |
int | fb_number |
int | x11_fb_winxsize |
int | x11_fb_winysize |
int | scaledown |
Display * | x11_display |
int | x11_screen |
int | x11_screen_depth |
unsigned long | fg_color |
unsigned long | bg_color |
XColor | x11_graycolor [N_GRAYCOLORS] |
Window | x11_fb_window |
GC | x11_fb_gc |
XImage * | fb_ximage |
unsigned char * | ximage_data |
int | cursor_pixels [CURSOR_MAXY][CURSOR_MAXX] |
int | cursor_x |
int | cursor_y |
int | cursor_xsize |
int | cursor_ysize |
int | cursor_on |
int | OLD_cursor_x |
int | OLD_cursor_y |
int | OLD_cursor_xsize |
int | OLD_cursor_ysize |
int | OLD_cursor_on |
Cursor | host_cursor |
Pixmap | host_cursor_pixmap |
int fb_window::cursor_on |
Definition at line 76 of file x11.h.
Referenced by dev_fb_setcursor(), and DEVICE_TICK().
int fb_window::cursor_pixels[CURSOR_MAXY][CURSOR_MAXX] |
int fb_window::cursor_x |
Definition at line 72 of file x11.h.
Referenced by dev_fb_setcursor(), and DEVICE_TICK().
int fb_window::cursor_xsize |
Definition at line 74 of file x11.h.
Referenced by dev_fb_setcursor(), and DEVICE_TICK().
int fb_window::cursor_y |
Definition at line 73 of file x11.h.
Referenced by dev_fb_setcursor(), and DEVICE_TICK().
int fb_window::cursor_ysize |
Definition at line 75 of file x11.h.
Referenced by dev_fb_setcursor(), and DEVICE_TICK().
int fb_window::fb_number |
Definition at line 51 of file x11.h.
Referenced by DEVICE_TICK().
XImage* fb_window::fb_ximage |
Definition at line 67 of file x11.h.
Referenced by DEVICE_TICK().
int fb_window::OLD_cursor_on |
Definition at line 81 of file x11.h.
Referenced by DEVICE_TICK().
int fb_window::OLD_cursor_x |
Definition at line 77 of file x11.h.
Referenced by DEVICE_TICK().
int fb_window::OLD_cursor_xsize |
Definition at line 79 of file x11.h.
Referenced by DEVICE_TICK().
int fb_window::OLD_cursor_y |
Definition at line 78 of file x11.h.
Referenced by DEVICE_TICK().
int fb_window::OLD_cursor_ysize |
Definition at line 80 of file x11.h.
Referenced by DEVICE_TICK().
Display* fb_window::x11_display |
Definition at line 57 of file x11.h.
Referenced by DEVICE_TICK().
GC fb_window::x11_fb_gc |
Definition at line 65 of file x11.h.
Referenced by DEVICE_TICK().
Window fb_window::x11_fb_window |
Definition at line 64 of file x11.h.
Referenced by DEVICE_TICK().
XColor fb_window::x11_graycolor[N_GRAYCOLORS] |