mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:21:53 +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,7 +1050,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue