home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / GEOTYPES.XH < prev    next >
Text File  |  1997-02-28  |  1KB  |  61 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: F:\build\os2\ship\include\GeoTypes.xh.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.29.1.17
  7.  *     SOM Emitter emitxh: 2.47
  8.  */
  9.  
  10. #ifndef SOM_Module_GeoTypes_OpenDoc_GeoTypes_defined
  11. #define SOM_Module_GeoTypes_OpenDoc_GeoTypes_defined 1
  12. #include <som.xh>
  13.  
  14. /*
  15.  * Start of bindings for IDL types
  16.  */
  17.  
  18. typedef
  19. long  ODCoordinate;
  20.  
  21. typedef
  22. struct ODPoint {
  23. ODCoordinate x, 
  24.  y;
  25. } ODPoint;
  26.  
  27. typedef
  28. struct ODRect {
  29. ODCoordinate left;
  30. ODCoordinate top;
  31. ODCoordinate right;
  32. ODCoordinate bottom;
  33. } ODRect;
  34.  
  35. typedef
  36. struct ODToolSpaceRect {
  37. ODCoordinate left;
  38. ODCoordinate top;
  39. ODCoordinate right;
  40. ODCoordinate bottom;
  41. struct ODRect floatRect;
  42. } ODToolSpaceRect;
  43.  
  44. #define OpenDoc_GeoTypes_OpenDoc_GeoTypes_Version "1.0."
  45.  
  46. #ifndef SOM_DONT_USE_SHORT_NAMES
  47. #ifndef SOMTGD_OpenDoc_GeoTypes_Version
  48.     #ifdef OpenDoc_GeoTypes_Version
  49.         #undef OpenDoc_GeoTypes_Version
  50.         #define SOMTGD_OpenDoc_GeoTypes_Version 1
  51.     #else
  52.         #define OpenDoc_GeoTypes_Version OpenDoc_GeoTypes_OpenDoc_GeoTypes_Version
  53.     #endif /* OpenDoc_GeoTypes_Version */
  54. #endif /* SOMTGD_OpenDoc_GeoTypes_Version */
  55. #endif /* SOM_DONT_USE_SHORT_NAMES */
  56.  
  57. /*
  58.  * End of bindings for IDL types.
  59.  */
  60. #endif /* SOM_Module_GeoTypes_OpenDoc_GeoTypes_defined */
  61.