home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / show / superview-lib / programmers / include / pragmas / superview_pragmas.h next >
Encoding:
C/C++ Source or Header  |  1995-05-28  |  2.8 KB  |  59 lines

  1. /* pragmas/superview.h              */
  2. /* Version    : 11.1                */
  3. /* Date       : 18.02.1995          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SUPERVIEW_H
  7. #define PRAGMAS_SUPERVIEW_H
  8.  
  9. #pragma libcall SuperViewBase SVL_AllocHandle         1e 901
  10. #pragma libcall SuperViewBase SVL_FreeHandle          24 901
  11. #pragma libcall SuperViewBase SVL_CloseDisplay        2a 901
  12. #pragma libcall SuperViewBase SVL_FreeResources       30 901
  13. #pragma libcall SuperViewBase SVL_SuperView           36 a902
  14. #pragma libcall SuperViewBase SVL_SuperWrite          3c 901
  15. #pragma libcall SuperViewBase SVL_InitHandleAsDOS     42 a902
  16. #pragma libcall SuperViewBase SVL_InitHandleAsClip    48 a902
  17. #pragma libcall SuperViewBase SVL_SetWriteType        4e ba903
  18. #pragma libcall SuperViewBase SVL_SetWindowIDCMP      54 ba903
  19. #pragma libcall SuperViewBase SVL_SetWindowFlags      5a ba903
  20. #pragma libcall SuperViewBase SVL_SetScreenType       60 ba903
  21. #pragma libcall SuperViewBase SVL_GetWindowAddress    66 ba903
  22. #pragma libcall SuperViewBase SVL_GetScreenAddress    6c ba903
  23. #pragma libcall SuperViewBase SVL_GetErrorString      72 901
  24. #pragma libcall SuperViewBase SVL_SetWriteName        78 ba903
  25. #pragma libcall SuperViewBase SVL_SetWriteScreen      7e ba903
  26. #pragma libcall SuperViewBase SVL_FileInfoRequest     84 ba903
  27. /* added with V3 */
  28. #pragma libcall SuperViewBase SVL_GetGlobalDriver     8a a902
  29. #pragma libcall SuperViewBase SVL_SetGlobalDriver     90 a902
  30. #pragma libcall SuperViewBase SVL_ReadToGfxBuffer     96 a902
  31. #pragma libcall SuperViewBase SVL_GetGfxBuffer        9c ba903
  32. #pragma libcall SuperViewBase SVL_SetGfxBuffer        a2 ba903
  33. #pragma libcall SuperViewBase SVL_DisplayGfxBuffer    a8 ba903
  34. /* no functions added in V4 */
  35. /* no functions added in V5 */
  36. /* added with V6 */
  37. #pragma libcall SuperViewBase SVL_GetSVObjectList     ae 901
  38. #pragma libcall SuperViewBase SVL_GetSVDriverList     b4 901
  39. #pragma libcall SuperViewBase SVL_FreeSVObjectList    ba 901
  40. #pragma libcall SuperViewBase SVL_FreeSVDriverList    c0 901
  41. /* added with V7 */
  42. #pragma libcall SuperViewBase SVL_RemoveSVObject      c6 901
  43. #pragma libcall SuperViewBase SVL_RemoveSVDriver      cc 901
  44. #pragma libcall SuperViewBase SVL_AddSVObject         d2 901
  45. #pragma libcall SuperViewBase SVL_AddSVDriver         d8 901
  46. /* added with V8 */
  47. #pragma libcall SuperViewBase SVL_GetFileType         de ba903
  48. /* added with V9 */
  49. #pragma libcall SuperViewBase SVL_DoOperation         e4 32ba905
  50. #pragma libcall SuperViewBase SVL_GetSVOperatorList   ea 901
  51. #pragma libcall SuperViewBase SVL_FreeSVOperatorList  f0 901
  52. #pragma libcall SuperViewBase SVL_RemoveSVOperator    f6 901
  53. #pragma libcall SuperViewBase SVL_AddSVOperator       fc 901
  54. /* no functions added in V10 */
  55. /* added with V11 */
  56. #pragma libcall SuperViewBase SVL_GetModeList        102 cba904
  57.  
  58. #endif /* PRAGMAS_SUPERVIEW_H */
  59.