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:
Fred Kiefer 2003-09-01 18:16:36 +00:00
parent 8fa906a7a2
commit 045a5b0c08

View file

@ -90,7 +90,7 @@
@interface NSInputManager: NSObject <NSTextInput> @interface NSInputManager: NSObject <NSTextInput>
{ {
/* The current client we are working for. */ /* The current client we are working for. */
id _currentClient; id<NSTextInput> _currentClient;
/* This is the basic, root set of bindings. Whenever the input /* This is the basic, root set of bindings. Whenever the input
manager detects that the current client has changed, it immediately manager detects that the current client has changed, it immediately