44 #define N_GRAYCOLORS 16 45 #define CURSOR_COLOR_TRANSPARENT -1 46 #define CURSOR_COLOR_INVERT -2 47 #define CURSOR_MAXY 64 48 #define CURSOR_MAXX 64
void x11_redraw_cursor(struct machine *, int)
XColor x11_graycolor[N_GRAYCOLORS]
void x11_check_event(struct emul *emul)
void x11_putimage_fb(struct machine *, int)
struct fb_window * x11_fb_init(int xsize, int ysize, char *name, int scaledown, struct machine *)
Pixmap host_cursor_pixmap
void x11_putpixel_fb(struct machine *, int, int x, int y, int color)
void x11_fb_resize(struct fb_window *win, int new_xsize, int new_ysize)
void x11_set_standard_properties(struct fb_window *fb_window, char *name)
void x11_redraw(struct machine *, int)
unsigned char * ximage_data
void x11_init(struct machine *)
int cursor_pixels[CURSOR_MAXY][CURSOR_MAXX]