#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "console.h"
#include "emul.h"
#include "machine.h"
#include "misc.h"
#include "x11.h"
Go to the source code of this file.
Functions | |
void | x11_redraw_cursor (struct machine *m, int i) |
void | x11_redraw (struct machine *m, int x) |
void | x11_putpixel_fb (struct machine *m, int fb, int x, int y, int color) |
void | x11_init (struct machine *machine) |
struct fb_window * | x11_fb_init (int xsize, int ysize, char *name, int scaledown, struct machine *machine) |
void | x11_check_event (struct emul *emul) |
void x11_check_event | ( | struct emul * | emul | ) |
Definition at line 53 of file x11.cc.
Referenced by debugger_readchar().
void x11_init | ( | struct machine * | machine | ) |
Definition at line 49 of file x11.cc.
Referenced by emul_machine_setup().
void x11_putpixel_fb | ( | struct machine * | m, |
int | fb, | ||
int | x, | ||
int | y, | ||
int | color | ||
) |
void x11_redraw_cursor | ( | struct machine * | m, |
int | i | ||
) |
Definition at line 46 of file x11.cc.
Referenced by DEVICE_TICK().