home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / show / superview-lib / programmers / include / pragmas / svdrivers_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-28  |  966 b   |  24 lines

  1. /* pragmas/svdrivers.h              */
  2. /* Version    : 2.1                 */
  3. /* Date       : 18.02.1995          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SVDRIVERS_H
  7. #define PRAGMAS_SVDRIVERS_H
  8.  
  9. #pragma libcall SVDriverBase SVD_AllocHandle      1e 901
  10. #pragma libcall SVDriverBase SVD_FreeHandle       24 901
  11. #pragma libcall SVDriverBase SVD_CloseDisplay     2a 901
  12. #pragma libcall SVDriverBase SVD_FreeResources    30 901
  13. #pragma libcall SVDriverBase SVD_SetGfxBuffer     36 ba903
  14. #pragma libcall SVDriverBase SVD_DisplayGfxBuffer 3c a902
  15. #pragma libcall SVDriverBase SVD_SetScreenType    42 a1903
  16. #pragma libcall SVDriverBase SVD_SetWindowFlags   48 a1903
  17. #pragma libcall SVDriverBase SVD_SetWindowIDCMP   4e a1903
  18. #pragma libcall SVDriverBase SVD_GetScreenAddress 54 a902
  19. #pragma libcall SVDriverBase SVD_GetWindowAddress 5a a902
  20. /* added with V2 */
  21. #pragma libcall SVDriverBase SVD_GetModeList      60 cba904
  22.  
  23. #endif /* PRAGMAS_SVDRIVERS_H */
  24.