mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:37:38 +00:00
Add WIN32 DLL support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2367 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d89ea0b85
commit
b78cc8a51f
31 changed files with 2515 additions and 462 deletions
|
@ -41,10 +41,6 @@
|
|||
static NSMutableDictionary *gnustep_gui_nsview_thread_dict = nil;
|
||||
static NSRecursiveLock *gnustep_gui_nsview_lock = nil;
|
||||
|
||||
// NSView notifications
|
||||
NSString *NSViewFrameChangedNotification = @"NSViewFrameChangedNotification";
|
||||
NSString *NSViewFocusChangedNotification = @"NSViewFocusChangedNotification";
|
||||
|
||||
@implementation NSView
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue