diff options
author | Carolyn MacLeod | 2008-11-14 22:01:28 +0000 |
---|---|---|
committer | Carolyn MacLeod | 2008-11-14 22:01:28 +0000 |
commit | 44127425c60a83b0c96af8dac3faeac8748e081f (patch) | |
tree | 9421f6b0733c4973ef33e3dc9a9b5ede5af2a45c /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 3318d7b56dd5b1cc3fe526a048023983b1767f3a (diff) | |
download | eclipse.platform.swt-44127425c60a83b0c96af8dac3faeac8748e081f.tar.gz eclipse.platform.swt-44127425c60a83b0c96af8dac3faeac8748e081f.tar.xz eclipse.platform.swt-44127425c60a83b0c96af8dac3faeac8748e081f.zip |
250501 - Control.print(GC) does not work correctly
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c index 1f55969fdf..dd51784e8e 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c @@ -14,8 +14,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 957; -int OS_nativeFunctionCallCount[957]; +int OS_nativeFunctionCount = 959; +int OS_nativeFunctionCallCount[959]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -274,6 +274,7 @@ char * OS_nativeFunctionNames[] = { "GetFontLanguageInfo", "GetForegroundWindow", "GetGUIThreadInfo", + "GetGraphicsMode", "GetIconInfo", "GetKeyNameTextA", "GetKeyNameTextW", @@ -623,6 +624,7 @@ char * OS_nativeFunctionNames[] = { "MessageBeep", "MessageBoxA", "MessageBoxW", + "ModifyWorldTransform", "MonitorFromWindow", #ifndef JNI64 "MoveMemory__III", |