mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23910 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f32270e66c
commit
5f0ece8834
1 changed files with 4 additions and 4 deletions
|
@ -1050,10 +1050,10 @@ withRepeatedImage: (NSImage*)image
|
||||||
DPSgrestore (ctxt);
|
DPSgrestore (ctxt);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSRwect) fillRect: (NSRect)rect
|
- (NSRect) fillRect: (NSRect)rect
|
||||||
withTiles: (GSDrawTiles*)tiles
|
withTiles: (GSDrawTiles*)tiles
|
||||||
background: (NSColor*)color
|
background: (NSColor*)color
|
||||||
fillStyle: (GSThemeFillStyle)style
|
fillStyle: (GSThemeFillStyle)style
|
||||||
{
|
{
|
||||||
NSGraphicsContext *ctxt = GSCurrentContext();
|
NSGraphicsContext *ctxt = GSCurrentContext();
|
||||||
NSSize tls = tiles->rects[TileTL].size;
|
NSSize tls = tiles->rects[TileTL].size;
|
||||||
|
|
Loading…
Reference in a new issue