home *** CD-ROM | disk | FTP | other *** search
/ Desktop Works 1995 - 1996 / desktopworks1995-1996.iso / scrnsave / win_ptr / winptr.def < prev    next >
Text File  |  1996-01-01  |  873b  |  23 lines

  1. ;-------------------------------------------------------------------------
  2. ; WINPTR.DEF module definition file
  3. ;
  4. ; (c) Douglas Boling 1992
  5. ;-------------------------------------------------------------------------
  6.  
  7. NAME                    WINPTR
  8.  
  9. DESCRIPTION             'Windows pointer locator (c) Douglas Boling, 1992'
  10. EXETYPE                 WINDOWS
  11. STUB                    'WINSTUB.EXE'
  12. CODE                    PRELOAD MOVEABLE DISCARDABLE
  13. DATA                    PRELOAD MOVEABLE DISCARDABLE
  14. HEAPSIZE                0
  15. STACKSIZE               8192
  16. EXPORTS                 WndProc
  17. IMPORTS                 GetStatus =     WINPLIB.1
  18.                     LocatePointer = WINPLIB.2
  19.                     SetLocate =     WINPLIB.3
  20.                     SetTriggers =   WINPLIB.4
  21.                     SetCursorID =   WINPLIB.5
  22.                     SetArrowOnly =  WINPLIB.6
  23.