- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/SDL/BCGraphicsContextSDL.cpp
r315 r437 36 36 #include "NotImplemented.h" 37 37 #include "Path.h" 38 #include "Pattern.h" 38 39 #include "SimpleFontData.h" 39 40 #include <math.h> … … 607 608 } 608 609 610 void GraphicsContext::applyStrokePattern(const Pattern& pattern) 611 { 612 } 613 614 void GraphicsContext::applyFillPattern(const Pattern& pattern) 615 { 616 } 617 618 609 619 void GraphicsContext::setPlatformFillColor(const Color& col) 610 620 {
