home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / agl103p.lha / src / agl / pro / clip.pro < prev    next >
Encoding:
Text File  |  1994-12-09  |  395 b   |  9 lines

  1. /* clip.c */
  2. void scrmask(Screencoord left,Screencoord right,Screencoord bottom,Screencoord top);
  3. void getscrmask(Screencoord *left,Screencoord *right,Screencoord *bottom,Screencoord *top);
  4. void activate_clipping(long wid);
  5. void deactivate_clipping(long wid);
  6. void unclip_window(struct Window *window);
  7. struct Region *clip_window(struct Window *window,long minx,long miny,long maxx,long maxy);
  8.  
  9.