=================================================================== RCS file: /cvs/ace/ace/lib/xwin.h,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- ace/lib/xwin.h 2001/05/06 04:27:09 1.2 +++ /cvs/ace/ace/lib/xwin.h 2002/04/19 04:35:39 1.3 @@ -27,7 +27,7 @@ typedef struct { } XWin_Event; /* sets display_width, display_height, table_width/height to preferred */ -void xwin_init (int argc, char **argv); +int 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);