Variables

xgevars.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "pkgeom.h"
#include "multibs.h"
#include "xgedit.h"
#include "xgeprivate.h"
Include dependency graph for xgevars.c:

Variables

int xge_winnum = 0
int xge_current_win = -1
WinDesc xge_windesc [xge_MAX_WINDOWS]
Display * xgedisplay
XVisualInfo * xgevisualinfo
Colormap xgecolormap
int xgescreen
Window xgeroot
Window xgewindow
Pixmap xgepixmap
GC xgegc
Visual * xgevisual
XSizeHints xgehints
short xge_cursnum = 0
Cursor xgecursor [xge_MAX_CURSORS]
KeySym xgekeysym
unsigned int xge_current_width
unsigned int xge_current_height
unsigned int xge_mouse_buttons = 0
int xge_mouse_x
int xge_mouse_y
short xge_xx
short xge_yy
char * xge_p_name
char xge_done = 0
short xge_prevx = -1
short xge_prevy = -1
int xge_nplanes
xgecolour_int xge_foreground
xgecolour_int xge_background
xgecolour_intxge_palette
boolean xge_notinfocus
xge_widgetxge_null_widget = NULL
xge_rgbmap_bits xge_rgbmap
char ** xge_info_msgtext = NULL
XEvent xgeevent
int xge_win_rect_num = 0
xge_widgetxge_lastwin = NULL
int xge_errmsg_win
char * xge_errmsg_msgtext
xgecolour_int xge_msgbkcolour
float xge_aspect = 1.0
int(* xge_callback )(xge_widget *, int, int, short, short)
xge_widget_xge_background_widget = NULL
xge_widget_xge_special_widget = NULL
int _xge_argc
char ** _xge_argv

Variable Documentation

int _xge_argc
char** _xge_argv
float xge_aspect = 1.0
int(* xge_callback)(xge_widget *, int, int, short, short)
unsigned int xge_current_height
unsigned int xge_current_width
int xge_current_win = -1
short xge_cursnum = 0
char xge_done = 0
char** xge_info_msgtext = NULL
unsigned int xge_mouse_buttons = 0
char* xge_p_name
short xge_prevx = -1
short xge_prevy = -1
WinDesc xge_windesc[xge_MAX_WINDOWS]
int xge_winnum = 0
short xge_xx
short xge_yy
Colormap xgecolormap
Cursor xgecursor[xge_MAX_CURSORS]
Display* xgedisplay
XEvent xgeevent
GC xgegc
XSizeHints xgehints
KeySym xgekeysym
Pixmap xgepixmap
Window xgeroot
int xgescreen
Visual* xgevisual
XVisualInfo* xgevisualinfo
Window xgewindow