mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:50: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
|
@ -29,14 +29,6 @@
|
|||
#include <Foundation/NSDictionary.h>
|
||||
#include <AppKit/NSScreen.h>
|
||||
|
||||
// Global device dictionary key strings
|
||||
NSString *NSDeviceResolution = @"Resolution";
|
||||
NSString *NSDeviceColorSpaceName = @"ColorSpaceName";
|
||||
NSString *NSDeviceBitsPerSample = @"BitsPerSample";
|
||||
NSString *NSDeviceIsScreen = @"IsScreen";
|
||||
NSString *NSDeviceIsPrinter = @"IsPrinter";
|
||||
NSString *NSDeviceSize = @"Size";
|
||||
|
||||
@implementation NSScreen
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue