mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10: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
53e05b7250
commit
6384417302
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