#include "../fb_gfx.h"
#include "fb_gfx_x11.h"
#include <sys/shm.h>
Go to the source code of this file.
|
static int | driver_init (char *title, int w, int h, int depth, int refresh_rate, int flags) |
|
static void | update_mask_8 (unsigned char *pixel, unsigned char *mask, int w, int h) |
|
static void | update_mask_16 (unsigned char *pixel, unsigned char *mask, int w, int h) |
|
static void | update_mask_32 (unsigned char *pixel, unsigned char *mask, int w, int h) |
|
static int | x11_init (void) |
|
void | fb_hX11WaitUnmapped (Window w) |
|
static void | x11_exit (void) |
|
static void | x11_update (void) |
|
static int driver_init |
( |
char * |
title, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
depth, |
|
|
int |
refresh_rate, |
|
|
int |
flags |
|
) |
| |
|
static |
void fb_hX11WaitUnmapped |
( |
Window |
w) | |
|
static void update_mask_16 |
( |
unsigned char * |
pixel, |
|
|
unsigned char * |
mask, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
static |
static void update_mask_32 |
( |
unsigned char * |
pixel, |
|
|
unsigned char * |
mask, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
static |
static void update_mask_8 |
( |
unsigned char * |
pixel, |
|
|
unsigned char * |
mask, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
static |
static void x11_exit |
( |
void |
) | |
|
|
static |
static int x11_init |
( |
void |
) | |
|
|
static |
static void x11_update |
( |
void |
) | |
|
|
static |
void(* update_mask)(unsigned char *src, unsigned char *mask, int w, int h) |
|
static |