Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2016-04-04 17:53:14 +0000
committerEric Williams2016-04-04 17:53:14 +0000
commit3efcb608db7b67648f0faf639e4664e5c54508fb (patch)
treebdefa8e9872a70f33cc2800bbf0de37572e0b0f8
parentefa2634e4209791dbdb491ab13cbca55a327fb0a (diff)
downloadeclipse.platform.swt-3efcb608db7b67648f0faf639e4664e5c54508fb.tar.gz
eclipse.platform.swt-3efcb608db7b67648f0faf639e4664e5c54508fb.tar.xz
eclipse.platform.swt-3efcb608db7b67648f0faf639e4664e5c54508fb.zip
Bug 487023: [GTK3.20] Update SWT to use proper GTK CSS nodes/selectors
Fix a small typo in os_custom.h. Change-Id: I396ce879e9354e7077860d70c602d57b5213db23 Signed-off-by: Eric Williams <ericwill@redhat.com>
-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 e6468fc726..9af8b1ec1b 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
@@ -366,7 +366,7 @@
#define gtk_widget_is_composited_LIB LIB_GTK
#define gtk_widget_get_allocation_LIB LIB_GTK
#define gtk_widget_get_name_LIB LIB_GTK
-#define gtk_widget_class_get_name_LIB LIB_GTK
+#define gtk_widget_class_get_css_name_LIB LIB_GTK
#define gtk_widget_size_request_LIB LIB_GTK
#define gtk_widget_get_default_style_LIB LIB_GTK
#define gtk_widget_get_preferred_size_LIB LIB_GTK

Back to the top