=================================================================== RCS file: /cvs/ace/ace/lib/xwin.h,v retrieving revision 1.1 retrieving revision 1.2 diff -p -u -r1.1 -r1.2 --- ace/lib/xwin.h 2001/04/08 03:19:08 1.1 +++ /cvs/ace/ace/lib/xwin.h 2001/05/06 04:27:09 1.2 @@ -26,6 +26,10 @@ typedef struct { int time; /* milliseconds. button, motion only */ } XWin_Event; +/* sets display_width, display_height, table_width/height to preferred */ +void xwin_init (int argc, char **argv); +/* sets table_width, table_height to actual */ +void xwin_create (int width, int height); int xwin_nextevent (XWin_Event *event); #endif