Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-10-05 20:42:21 +0000
committerAlexander Kurtakov2012-10-08 10:40:11 +0000
commit978b038415c514f70919a32aaf716830349ff52c (patch)
treebe347f023e1fc526e11204ea2a399fad1d2acb89 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent4c1263d1098452f842fef4a42a3943e350fb9b23 (diff)
downloadeclipse.platform.swt-978b038415c514f70919a32aaf716830349ff52c.tar.gz
eclipse.platform.swt-978b038415c514f70919a32aaf716830349ff52c.tar.xz
eclipse.platform.swt-978b038415c514f70919a32aaf716830349ff52c.zip
Use gtk_render_check instead of gtk_paint_check for GTK+ 3
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 78c729d663..b6a58dfadd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -963,6 +963,7 @@ typedef enum {
_1gtk_1rc_1style_1set_1fg_FUNC,
_1gtk_1rc_1style_1set_1text_FUNC,
_1gtk_1render_1background_FUNC,
+ _1gtk_1render_1check_FUNC,
_1gtk_1render_1focus_FUNC,
_1gtk_1render_1frame_FUNC,
_1gtk_1render_1frame_1gap_FUNC,

Back to the top