home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / egltk22.zip / custom.def next >
Text File  |  1997-11-24  |  297b  |  19 lines

  1. ; Escape GL Custom Screen Saver DLL
  2. ; DO NOT MODIFY
  3.  
  4. LIBRARY INITINSTANCE TERMINSTANCE
  5.  
  6. DESCRIPTION 'Escape GL Custom Screen Saver DLL'
  7.  
  8. PROTMODE
  9.  
  10. DATA MULTIPLE NONSHARED READWRITE LOADONCALL
  11. CODE LOADONCALL
  12.  
  13. EXPORTS
  14.    eglDesc
  15.    eglInit
  16.    eglIdle
  17.    eglReshape
  18.    eglDestroy
  19.