#include "misc.h"
#include <X11/Xlib.h>
Go to the source code of this file.
|
void | x11_redraw_cursor (struct machine *, int) |
|
void | x11_redraw (struct machine *, int) |
|
void | x11_putpixel_fb (struct machine *, int, int x, int y, int color) |
|
void | x11_putimage_fb (struct machine *, int) |
|
void | x11_init (struct machine *) |
|
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) |
|
struct fb_window * | x11_fb_init (int xsize, int ysize, char *name, int scaledown, struct machine *) |
|
void | x11_check_event (struct emul *emul) |
|
◆ CURSOR_COLOR_INVERT
#define CURSOR_COLOR_INVERT -2 |
Definition at line 46 of file x11.h.
◆ CURSOR_COLOR_TRANSPARENT
#define CURSOR_COLOR_TRANSPARENT -1 |
Definition at line 45 of file x11.h.
◆ CURSOR_MAXX
Definition at line 48 of file x11.h.
◆ CURSOR_MAXY
Definition at line 47 of file x11.h.
◆ N_GRAYCOLORS
Definition at line 44 of file x11.h.
◆ x11_check_event()
void x11_check_event |
( |
struct emul * |
emul | ) |
|
◆ x11_fb_init()
struct fb_window* x11_fb_init |
( |
int |
xsize, |
|
|
int |
ysize, |
|
|
char * |
name, |
|
|
int |
scaledown, |
|
|
struct machine * |
|
|
) |
| |
◆ x11_fb_resize()
void x11_fb_resize |
( |
struct fb_window * |
win, |
|
|
int |
new_xsize, |
|
|
int |
new_ysize |
|
) |
| |
◆ x11_init()
◆ x11_putimage_fb()
void x11_putimage_fb |
( |
struct machine * |
, |
|
|
int |
|
|
) |
| |
◆ x11_putpixel_fb()
void x11_putpixel_fb |
( |
struct machine * |
, |
|
|
int |
, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
color |
|
) |
| |
◆ x11_redraw()
void x11_redraw |
( |
struct machine * |
, |
|
|
int |
|
|
) |
| |
◆ x11_redraw_cursor()
void x11_redraw_cursor |
( |
struct machine * |
, |
|
|
int |
|
|
) |
| |
◆ x11_set_standard_properties()
void x11_set_standard_properties |
( |
struct fb_window * |
fb_window, |
|
|
char * |
name |
|
) |
| |