mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6198 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a3034725b
commit
99012738c8
1 changed files with 5 additions and 0 deletions
|
@ -2278,4 +2278,9 @@ NSGraphicsContext *GSCurrentContext()
|
|||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (void) DPSsetinputstate: (int)win : (int)st
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue