Added a bit in the bitfield

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-21 17:28:19 +00:00
parent 3520268e07
commit c4fd4c7113

View file

@ -74,6 +74,9 @@ typedef enum _NSSelectionAffinity {
sharing this layout manager. In this case, we need to keep the
views in sync. */
unsigned multiple_textviews: 1;
/* YES if delegate responds to
`shouldChangeTextInRange:replacementString:' */
unsigned delegate_responds_to_should_change: 1;
} _tvf;
/* The following is the object used when posting notifications.