mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +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);
|
||||
}
|
||||
|
||||
- (NSRwect) fillRect: (NSRect)rect
|
||||
withTiles: (GSDrawTiles*)tiles
|
||||
background: (NSColor*)color
|
||||
fillStyle: (GSThemeFillStyle)style
|
||||
- (NSRect) fillRect: (NSRect)rect
|
||||
withTiles: (GSDrawTiles*)tiles
|
||||
background: (NSColor*)color
|
||||
fillStyle: (GSThemeFillStyle)style
|
||||
{
|
||||
NSGraphicsContext *ctxt = GSCurrentContext();
|
||||
NSSize tls = tiles->rects[TileTL].size;
|
||||
|
|
Loading…
Reference in a new issue