From 613cd75df9ac779366a6f8ce88400e1d3bcb712d Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Tue, 16 Jul 2019 22:47:31 +0300 Subject: [PATCH] fix #190 preserve enterNotifyEventProc method - it seems that 32-bit GTK SWT uses it from native code --- lib/swt.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/swt.pro b/lib/swt.pro index 7e5512a0..bd109b10 100644 --- a/lib/swt.pro +++ b/lib/swt.pro @@ -65,6 +65,7 @@ } -keepclassmembers class org.eclipse.swt.widgets.Control { *** regionToRects(...); + *** enterNotifyEventProc(...); } -keepclassmembers class org.eclipse.swt.widgets.Display { *** *Proc(...);