#include "win.h"
#include <X11/keysym.h>
#include <X11/cursorfont.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | REPORT_EVENT 0 |
#define | DOUBLECLICKLENGTH 300L |
#define | X_CreatePixmap 53 |
#define | icon_bitmap_width 40 |
#define | icon_bitmap_height 40 |
Functions | |
redraw (), lux_setup_region(), lux_setup_axis(), lux_reconvert_coord() | |
Colormap | lux_setup_colormap () |
unsigned long | lux_rgb_pixel () |
unsigned long | lux_lookup_color () |
set_default_font (char *font) | |
int | lux_handler (display, lux_err) Display *display |
void | set_wait_time (i) int i |
Variables | |
Display* | display |
Visual* | visual |
char* | display_name = NULL |
unsigned int | display_width |
unsigned int | display_height |
unsigned int | default_depth |
Pixmap | default_icon_pixmap |
int | pmpallocflag = 1 |
int | screen |
lux_wins* | windows = (lux_wins *)NULL |
XStandardColormap | map_info |
int | colormap_size |
char* | colorfile = (char *)NULL |
Colormap | colormap |
Window | popup |
Atom | protocols |
XFontStruct* | font_info |
GC | defaultgc |
GC | redrawgc |
Cursor | cursor |
int | lux_colors = 0 |
int | lux_colormap |
Window | focus |
int | revert |
long | XMAXREQUESTSIZE |
XErrorEvent* | lux_err |
XEvent* | event |
char* | arg |
char | key |
char * | shift |
char * | control |
char | function [20] |
int* | x |
int * | y |
Drawable | pixmap |
GC | gc |
unsigned int | width |
unsigned int | height |
float* | fx |
float * | fy |
char* | name |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 709 of file win.c. Referenced by main(). |