Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-04-23 14:04:21 +0000
committerEric Williams2019-04-24 13:58:36 +0000
commitd877d46d88755a5a5db5d2ee49bcaa8d6d496b9f (patch)
treebc63e1f6c49a636010faa4de696f158c516bda40 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent3d47beb6a71aa3e72762c9a55af531c0aedab8df (diff)
downloadeclipse.platform.swt-d877d46d88755a5a5db5d2ee49bcaa8d6d496b9f.tar.gz
eclipse.platform.swt-d877d46d88755a5a5db5d2ee49bcaa8d6d496b9f.tar.xz
eclipse.platform.swt-d877d46d88755a5a5db5d2ee49bcaa8d6d496b9f.zip
Bug 546274: [GTK] vm crash when scrolling StyledText
The method scrollInPixels() doesn't seem to be needed. I've reverted the fix from commit 64ae338b9c279c9bbcc158165aa451193a503c0a to preserve stability on GTK3, but on GTK4 this method is never called. Tested with the snippet attached, as well as the Canvas tab on ControlExample (GTK3 and GTK4). Change-Id: If907bf6c4c805c24eb021b687d5affbbc2e8bc3f Signed-off-by: Eric Williams <ericwill@redhat.com>
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.h2
1 files changed, 2 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 935e7d2522..5145d14c27 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
@@ -222,8 +222,10 @@ typedef enum {
_1gdk_1unicode_1to_1keyval_FUNC,
_1gdk_1utf8_1to_1string_1target_FUNC,
_1gdk_1visual_1get_1depth_FUNC,
+ _1gdk_1window_1begin_1draw_1frame_FUNC,
_1gdk_1window_1create_1similar_1surface_FUNC,
_1gdk_1window_1destroy_FUNC,
+ _1gdk_1window_1end_1draw_1frame_FUNC,
_1gdk_1window_1focus_FUNC,
_1gdk_1window_1get_1children_FUNC,
_1gdk_1window_1get_1device_1position_FUNC,

Back to the top