Added ivar for original selection

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-22 19:06:36 +00:00
parent c5a64153a1
commit 31d9a3842f

View file

@ -103,6 +103,7 @@ typedef enum _NSSelectionAffinity {
ie, should be stored in the layout manager */
NSMutableDictionary *_typingAttributes;
NSRange _selected_range;
NSRange _original_selected_range;
NSColor *_caret_color;
int _spellCheckerDocumentTag;