home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tegltc.zip / SAMPROGS / SAMC0413.C < prev    next >
Text File  |  1990-05-13  |  266b  |  20 lines

  1. /* samc04013.c */
  2.  
  3. #include <graphics.h>
  4. #include "teglsys.h"
  5.  
  6.  
  7. void main()
  8.   {
  9.  
  10.     easytegl();
  11.  
  12.     pushimage(1,1,100,100);
  13.     shadowbox(1,1,100,100);
  14.  
  15.     setmoverestrictions(stackptr,0,0,getmaxx(),getmaxy() / 2);
  16.  
  17.     teglsupervisor();
  18.  
  19.   }
  20.