- Timestamp:
- 08/20/08 13:23:52 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/Gtk/BCIntPointGtk.h
r243 r447 60 60 #endif 61 61 62 #if PLATFORM(SKIA) 63 struct SkPoint; 64 struct SkIPoint; 65 #endif 66 62 67 namespace WKAL { 63 68 … … 107 112 #endif 108 113 114 #if PLATFORM(SKIA) 115 IntPoint(const SkIPoint&); 116 operator SkIPoint() const; 117 operator SkPoint() const; 118 #endif 119 109 120 private: 110 121 int m_x, m_y;
