mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
Lots of small tweaks to make -gui compile without warnings with clang.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30119 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3529a217e2
commit
3da9ac45b7
13 changed files with 38 additions and 31 deletions
|
@ -376,7 +376,7 @@ NSGraphicsContext *GSCurrentContext(void)
|
|||
|
||||
- (void) setFocusStack: (void *)stack
|
||||
{
|
||||
ASSIGN(focus_stack, stack);
|
||||
ASSIGN(focus_stack, (id)stack);
|
||||
}
|
||||
|
||||
- (void) setImageInterpolation: (NSImageInterpolation)interpolation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue