Added interface style field.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-04-26 06:48:58 +00:00
parent c1d6608ce4
commit 24c3c09819

View file

@ -37,6 +37,7 @@
@interface NSResponder : NSObject <NSCoding>
{
// Attributes
int interface_style;
id next_responder;
}