x11.cc File Reference

Back to the index.

Functions
x11.cc File Reference
#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_windowx11_fb_init (int xsize, int ysize, char *name, int scaledown, struct machine *machine)
 
void x11_check_event (struct emul *emul)
 

Function Documentation

◆ 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 machine 
)

Definition at line 50 of file x11.cc.

Referenced by x11_check_event().

◆ x11_init()

void x11_init ( struct machine machine)

Definition at line 49 of file x11.cc.

Referenced by emul_machine_setup(), and x11_check_event().

◆ x11_putpixel_fb()

void x11_putpixel_fb ( struct machine m,
int  fb,
int  x,
int  y,
int  color 
)

Definition at line 48 of file x11.cc.

Referenced by x11_check_event().

◆ x11_redraw()

void x11_redraw ( struct machine m,
int  x 
)

Definition at line 47 of file x11.cc.

Referenced by x11_check_event().

◆ x11_redraw_cursor()

void x11_redraw_cursor ( struct machine m,
int  i 
)

Definition at line 46 of file x11.cc.

Referenced by DEVICE_TICK(), and x11_check_event().


Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13