From 9e5dd266670f213121acf6ac3c973f7ffcd0874d Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 18 Nov 1999 01:02:32 +0000 Subject: [PATCH] Added ivar. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5232 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSWindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/gnustep/gui/NSWindow.h b/Headers/gnustep/gui/NSWindow.h index 49d437fd2..2d411d960 100644 --- a/Headers/gnustep/gui/NSWindow.h +++ b/Headers/gnustep/gui/NSWindow.h @@ -113,6 +113,7 @@ extern NSSize NSTokenSize; NSRect rectNeedingFlush; NSMutableArray *rectsBeingDrawn; unsigned disable_flush_window; + NSSelectionDirection _selection_direction; NSWindowDepth depth_limit; NSWindowController *_windowController;