#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/xpm.h>
#include <X11/keysym.h>
#include <X11/cursorfont.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/Xrandr.h>
#include <X11/extensions/shape.h>
Go to the source code of this file.
|
void | fb_hX11WaitUnmapped (Window w) |
|
void | fb_hXlibInit (void) |
|
int | fb_hX11Init (char *title, int w, int h, int depth, int refresh_rate, int flags) |
|
void | fb_hX11Exit (void) |
|
void | fb_hX11Lock (void) |
|
void | fb_hX11Unlock (void) |
|
void | fb_hX11SetPalette (int index, int r, int g, int b) |
|
void | fb_hX11WaitVSync (void) |
|
int | fb_hX11GetMouse (int *x, int *y, int *z, int *buttons, int *clip) |
|
void | fb_hX11SetMouse (int x, int y, int cursor, int clip) |
|
void | fb_hX11SetWindowTitle (char *title) |
|
int | fb_hX11SetWindowPos (int x, int y) |
|
int * | fb_hX11FetchModes (int depth, int *size) |
|
int | fb_hX11EnterFullscreen (int *h) |
|
void | fb_hX11LeaveFullscreen (void) |
|
void | fb_hX11InitWindow (int x, int y) |
|
int | fb_hX11ScreenInfo (ssize_t *width, ssize_t *height, ssize_t *depth, ssize_t *refresh) |
|
#define DOUBLE_CLICK_TIME 250 |
int fb_hX11EnterFullscreen |
( |
int * |
h) | |
|
void fb_hX11Exit |
( |
void |
) | |
|
int* fb_hX11FetchModes |
( |
int |
depth, |
|
|
int * |
size |
|
) |
| |
int fb_hX11GetMouse |
( |
int * |
x, |
|
|
int * |
y, |
|
|
int * |
z, |
|
|
int * |
buttons, |
|
|
int * |
clip |
|
) |
| |
int fb_hX11Init |
( |
char * |
title, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
depth, |
|
|
int |
refresh_rate, |
|
|
int |
flags |
|
) |
| |
void fb_hX11InitWindow |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
void fb_hX11LeaveFullscreen |
( |
void |
) | |
|
void fb_hX11Lock |
( |
void |
) | |
|
int fb_hX11ScreenInfo |
( |
ssize_t * |
width, |
|
|
ssize_t * |
height, |
|
|
ssize_t * |
depth, |
|
|
ssize_t * |
refresh |
|
) |
| |
void fb_hX11SetMouse |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
cursor, |
|
|
int |
clip |
|
) |
| |
void fb_hX11SetPalette |
( |
int |
index, |
|
|
int |
r, |
|
|
int |
g, |
|
|
int |
b |
|
) |
| |
int fb_hX11SetWindowPos |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
void fb_hX11SetWindowTitle |
( |
char * |
title) | |
|
void fb_hX11Unlock |
( |
void |
) | |
|
void fb_hX11WaitUnmapped |
( |
Window |
w) | |
|
void fb_hX11WaitVSync |
( |
void |
) | |
|
void fb_hXlibInit |
( |
void |
) | |
|