Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kovatch2010-09-20 19:52:45 +0000
committerScott Kovatch2010-09-20 19:52:45 +0000
commitaf2e4c6bcfb67fe7e64c462e0fe5531d1abf92e2 (patch)
tree0acb2a16c4d0a87d75e0cd6e3d4a2a2996b08c5a /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h
parentfe1e55b0565f9c0e776bf479a089121335fd6c77 (diff)
downloadeclipse.platform.swt-af2e4c6bcfb67fe7e64c462e0fe5531d1abf92e2.tar.gz
eclipse.platform.swt-af2e4c6bcfb67fe7e64c462e0fe5531d1abf92e2.tar.xz
eclipse.platform.swt-af2e4c6bcfb67fe7e64c462e0fe5531d1abf92e2.zip
325687 - use device colors in GC and Image to work around Cocoa bug in OS X 10.5.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h
index e93da12d78..4eead8376d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.h
@@ -346,6 +346,7 @@ typedef enum {
NSCountWindows_FUNC,
NSCursorAttributeName_FUNC,
NSDefaultRunLoopMode_FUNC,
+ NSDeviceRGBColorSpace_FUNC,
NSDeviceResolution_FUNC,
NSDragPboard_FUNC,
NSEqualRects_FUNC,

Back to the top