#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"
| int _xge_argc |
| char** _xge_argv |
| xge_widget* _xge_background_widget = NULL |
| xge_widget* _xge_special_widget = NULL |
| 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_errmsg_msgtext |
| int xge_errmsg_win |
| char** xge_info_msgtext = NULL |
| xge_widget* xge_lastwin = NULL |
| unsigned int xge_mouse_buttons = 0 |
| int xge_mouse_x |
| int xge_mouse_y |
| int xge_nplanes |
| xge_widget* xge_null_widget = NULL |
| char* xge_p_name |
| short xge_prevx = -1 |
| short xge_prevy = -1 |
| int xge_win_rect_num = 0 |
| 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 |
1.7.1