New MacOS 10.4 methods for NSView plus some clean up and corrections.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-03-06 16:11:45 +00:00
parent 459f7f2797
commit d7f2bb2e66
5 changed files with 276 additions and 118 deletions

View file

@ -1171,6 +1171,12 @@ many times.
return [[self screen] deviceDescription];
}
- (NSGraphicsContext*) graphicsContext
{
// FIXME
return GSCurrentContext();
}
- (int) gState
{
if (_gstate <= 0)