#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 |
| unsigned long fb_window::bg_color |
Definition at line 62 of file x11.h.
Referenced by x11_check_event().
| int fb_window::cursor_on |
Definition at line 76 of file x11.h.
Referenced by dev_fb_setcursor(), DEVICE_TICK(), and x11_check_event().
| int fb_window::cursor_pixels[CURSOR_MAXY][CURSOR_MAXX] |
Definition at line 71 of file x11.h.
Referenced by x11_check_event().
| int fb_window::cursor_x |
Definition at line 72 of file x11.h.
Referenced by dev_fb_setcursor(), DEVICE_TICK(), and x11_check_event().
| int fb_window::cursor_xsize |
Definition at line 74 of file x11.h.
Referenced by dev_fb_setcursor(), DEVICE_TICK(), and x11_check_event().
| int fb_window::cursor_y |
Definition at line 73 of file x11.h.
Referenced by dev_fb_setcursor(), DEVICE_TICK(), and x11_check_event().
| int fb_window::cursor_ysize |
Definition at line 75 of file x11.h.
Referenced by dev_fb_setcursor(), DEVICE_TICK(), and x11_check_event().
| int fb_window::fb_number |
Definition at line 51 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| XImage* fb_window::fb_ximage |
Definition at line 67 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| unsigned long fb_window::fg_color |
Definition at line 61 of file x11.h.
Referenced by x11_check_event().
| Cursor fb_window::host_cursor |
Definition at line 84 of file x11.h.
Referenced by x11_check_event().
| Pixmap fb_window::host_cursor_pixmap |
Definition at line 85 of file x11.h.
Referenced by x11_check_event().
| int fb_window::OLD_cursor_on |
Definition at line 81 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::OLD_cursor_x |
Definition at line 77 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::OLD_cursor_xsize |
Definition at line 79 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::OLD_cursor_y |
Definition at line 78 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::OLD_cursor_ysize |
Definition at line 80 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::scaledown |
Definition at line 56 of file x11.h.
Referenced by x11_check_event().
| Display* fb_window::x11_display |
Definition at line 57 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| GC fb_window::x11_fb_gc |
Definition at line 65 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| Window fb_window::x11_fb_window |
Definition at line 64 of file x11.h.
Referenced by DEVICE_TICK(), and x11_check_event().
| int fb_window::x11_fb_winxsize |
Definition at line 55 of file x11.h.
Referenced by x11_check_event().
| int fb_window::x11_fb_winysize |
Definition at line 55 of file x11.h.
Referenced by x11_check_event().
| XColor fb_window::x11_graycolor[N_GRAYCOLORS] |
Definition at line 63 of file x11.h.
Referenced by x11_check_event().
| int fb_window::x11_screen |
Definition at line 59 of file x11.h.
Referenced by x11_check_event().
| int fb_window::x11_screen_depth |
Definition at line 60 of file x11.h.
Referenced by x11_check_event().
| unsigned char* fb_window::ximage_data |
Definition at line 68 of file x11.h.
Referenced by x11_check_event().
1.8.13