Added option to 'configure' to control debug information for compilation
[wmaker-crm.git] / src / geomview.h
blobac51afcad999757a8d7cf8477120eb6ff78fd244
3 typedef struct W_GeometryView WGeometryView;
6 WGeometryView *WCreateGeometryView(WMScreen *scr);
8 void WSetGeometryViewShownPosition(WGeometryView *gview, int x, int y);
10 void WSetGeometryViewShownSize(WGeometryView *gview,
11 unsigned width, unsigned height);