- Timestamp:
- Nov 9, 2009, 1:09:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c
r209 r222 18 18 #include "structs.h" 19 19 #include "editcol.h" 20 #include "ft2lib.h" 20 21 #include <malloc.h> 21 22 #include <memory.h> … … 1682 1683 } 1683 1684 1685 JNIEXPORT void JNICALL Java_org_eclipse_swt_internal_pm_OS_Ft2EnableFontEngine 1686 (JNIEnv *env, jclass that, jboolean fEnable) 1687 { 1688 DEBUG_CALL("Ft2EnableFontEngine\n") 1689 1690 Ft2EnableFontEngine((BOOL)fEnable); 1691 } 1692 1684 1693 JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_PrfQueryProfileSize 1685 1694 (JNIEnv *env, jclass that, jint hini, jobject pszApp, jobject pszKey,
Note:
See TracChangeset
for help on using the changeset viewer.