=================================================================== RCS file: /cvs/ace/ace/lib/xwin.h,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -r1.3 -r1.4 --- ace/lib/xwin.h 2002/04/19 04:35:39 1.3 +++ /cvs/ace/ace/lib/xwin.h 2012/03/24 18:02:04 1.4 @@ -32,4 +32,9 @@ int xwin_init (int argc, char **argv); void xwin_create (int width, int height); int xwin_nextevent (XWin_Event *event); +void xwin_fixed_size (int width, int height); +void xwin_clip (int x, int y, int w, int h); +void xwin_noclip (); +int pixel_for (int r, int g, int b); + #endif