Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2006-05-04 16:06:29 +0000
committerFelipe Heidrich2006-05-04 16:06:29 +0000
commit14791bad938e090463770d27f4a0619710172145 (patch)
tree1611384e5907fb010734f9b9104a0d5c2cc47842 /bundles
parentbe72a7c594465b08d7bdee6421494a07c0f737e8 (diff)
downloadeclipse.platform.swt-14791bad938e090463770d27f4a0619710172145.tar.gz
eclipse.platform.swt-14791bad938e090463770d27f4a0619710172145.tar.xz
eclipse.platform.swt-14791bad938e090463770d27f4a0619710172145.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
index 790f041ae7..66d70d6d09 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h
@@ -71,7 +71,7 @@
#define gdk_x11_screen_get_window_manager_name_LIB "libgdk-x11-2.0.so.0"
#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so.0"
#define atk_object_add_relationship_LIB "libatk-1.0.so.0"
-#define pango_layout_set_auto_dir_LIB "libpango-1.0.so"
+#define pango_layout_set_auto_dir_LIB "libpango-1.0.so.0"
/* Field accessors */
#define GTK_ACCEL_LABEL_SET_ACCEL_STRING(arg0, arg1) (arg0)->accel_string = arg1

Back to the top