#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 "pkvaria.h"#include "pknum.h"#include "pkgeom.h"#include "camera.h"#include "xgedit.h"#include "xgeprivate.h"
Functions | |
| void | xge_OrderSelectionRect (Box2s *sel_rect) |
| void | xge_DrawGeomWinBackground (xge_widget *er) |
| void | xge_DrawGeomWinFrame (xge_widget *er, boolean onscreen) |
| void | xge_DrawGeomWinSelectionRect (xge_widget *er, Box2s *sel_rect) |
| void xge_DrawGeomWinBackground | ( | xge_widget * | er | ) |
| void xge_DrawGeomWinFrame | ( | xge_widget * | er, | |
| boolean | onscreen | |||
| ) |
| void xge_DrawGeomWinSelectionRect | ( | xge_widget * | er, | |
| Box2s * | sel_rect | |||
| ) |
| void xge_OrderSelectionRect | ( | Box2s * | sel_rect | ) |
1.7.1