fb_window Struct Reference

Back to the index.

Public Attributes | List of all members
fb_window Struct Reference

#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
 

Detailed Description

Definition at line 50 of file x11.h.

Member Data Documentation

◆ bg_color

unsigned long fb_window::bg_color

Definition at line 62 of file x11.h.

◆ cursor_on

int fb_window::cursor_on

Definition at line 76 of file x11.h.

Referenced by dev_fb_setcursor(), and DEVICE_TICK().

◆ cursor_pixels

int fb_window::cursor_pixels[CURSOR_MAXY][CURSOR_MAXX]

Definition at line 71 of file x11.h.

◆ cursor_x

int fb_window::cursor_x

Definition at line 72 of file x11.h.

Referenced by dev_fb_setcursor(), and DEVICE_TICK().

◆ cursor_xsize

int fb_window::cursor_xsize

Definition at line 74 of file x11.h.

Referenced by dev_fb_setcursor(), and DEVICE_TICK().

◆ cursor_y

int fb_window::cursor_y

Definition at line 73 of file x11.h.

Referenced by dev_fb_setcursor(), and DEVICE_TICK().

◆ cursor_ysize

int fb_window::cursor_ysize

Definition at line 75 of file x11.h.

Referenced by dev_fb_setcursor(), and DEVICE_TICK().

◆ fb_number

int fb_window::fb_number

Definition at line 51 of file x11.h.

Referenced by DEVICE_TICK().

◆ fb_ximage

XImage* fb_window::fb_ximage

Definition at line 67 of file x11.h.

Referenced by DEVICE_TICK().

◆ fg_color

unsigned long fb_window::fg_color

Definition at line 61 of file x11.h.

◆ host_cursor

Cursor fb_window::host_cursor

Definition at line 84 of file x11.h.

◆ host_cursor_pixmap

Pixmap fb_window::host_cursor_pixmap

Definition at line 85 of file x11.h.

◆ OLD_cursor_on

int fb_window::OLD_cursor_on

Definition at line 81 of file x11.h.

Referenced by DEVICE_TICK().

◆ OLD_cursor_x

int fb_window::OLD_cursor_x

Definition at line 77 of file x11.h.

Referenced by DEVICE_TICK().

◆ OLD_cursor_xsize

int fb_window::OLD_cursor_xsize

Definition at line 79 of file x11.h.

Referenced by DEVICE_TICK().

◆ OLD_cursor_y

int fb_window::OLD_cursor_y

Definition at line 78 of file x11.h.

Referenced by DEVICE_TICK().

◆ OLD_cursor_ysize

int fb_window::OLD_cursor_ysize

Definition at line 80 of file x11.h.

Referenced by DEVICE_TICK().

◆ scaledown

int fb_window::scaledown

Definition at line 56 of file x11.h.

◆ x11_display

Display* fb_window::x11_display

Definition at line 57 of file x11.h.

Referenced by DEVICE_TICK().

◆ x11_fb_gc

GC fb_window::x11_fb_gc

Definition at line 65 of file x11.h.

Referenced by DEVICE_TICK().

◆ x11_fb_window

Window fb_window::x11_fb_window

Definition at line 64 of file x11.h.

Referenced by DEVICE_TICK().

◆ x11_fb_winxsize

int fb_window::x11_fb_winxsize

Definition at line 55 of file x11.h.

◆ x11_fb_winysize

int fb_window::x11_fb_winysize

Definition at line 55 of file x11.h.

◆ x11_graycolor

XColor fb_window::x11_graycolor[N_GRAYCOLORS]

Definition at line 63 of file x11.h.

◆ x11_screen

int fb_window::x11_screen

Definition at line 59 of file x11.h.

◆ x11_screen_depth

int fb_window::x11_screen_depth

Definition at line 60 of file x11.h.

◆ ximage_data

unsigned char* fb_window::ximage_data

Definition at line 68 of file x11.h.


The documentation for this struct was generated from the following file:

Generated on Tue Aug 25 2020 19:25:06 for GXemul by doxygen 1.8.18