mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:40:47 +00:00
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:
parent
459f7f2797
commit
d7f2bb2e66
5 changed files with 276 additions and 118 deletions
|
@ -1171,6 +1171,12 @@ many times.
|
|||
return [[self screen] deviceDescription];
|
||||
}
|
||||
|
||||
- (NSGraphicsContext*) graphicsContext
|
||||
{
|
||||
// FIXME
|
||||
return GSCurrentContext();
|
||||
}
|
||||
|
||||
- (int) gState
|
||||
{
|
||||
if (_gstate <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue