home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / agl103p.lha / src / agl / pro / window.pro < prev   
Encoding:
Text File  |  1994-12-09  |  1.0 KB  |  38 lines

  1. /* window.c */
  2. void gversion(char *string);
  3. long getgdesc(long inquiry);
  4. void foreground(void);
  5. void cmode(void);
  6. void RGBmode(void);
  7. void doublebuffer(void);
  8. void singlebuffer(void);
  9. long getdisplaymode(void);
  10. void clone_new_bitmap(void);
  11. void gconfig(void);
  12. void swapbuffers(void);
  13. void set_rasterport(void);
  14. void winpush(void);
  15. void winpop(void);
  16. long winget(void);
  17. void winset(long wid);
  18. short get_dimensions(long wid,long whole,long *x,long *y,long *lenx,long *leny);
  19. void sleep(long seconds);
  20. void minsize(long x,long y);
  21. void maxsize(long x,long y);
  22. void prefposition(long x1,long x2,long y1,long y2);
  23. void prefsize(long x,long y);
  24. void noborder(void);
  25. void winposition(long x1,long x2,long y1,long y2);
  26. void winmove(long orgx,long orgy);
  27. void wintitle(char *name);
  28. void getsize(long *x,long *y);
  29. void getorigin(long *x,long *y);
  30. long winopen(char *title);
  31. void gexit(void);
  32. void winclose(long wid);
  33. void initialize_nextwindow(void);
  34. long AGLconfig(short screenx,short screeny,short bitplanes);
  35. void gfxinit(void);
  36. void GL_error(char *message);
  37.  
  38.