mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:30:38 +00:00
Added protocol NSTextInput to ivar _currentClient.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8fa906a7a2
commit
045a5b0c08
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
@interface NSInputManager: NSObject <NSTextInput>
|
||||
{
|
||||
/* The current client we are working for. */
|
||||
id _currentClient;
|
||||
id<NSTextInput> _currentClient;
|
||||
|
||||
/* This is the basic, root set of bindings. Whenever the input
|
||||
manager detects that the current client has changed, it immediately
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue