Bug 543984 - [GTK4] Adapt to GdkEventType constants changes
Summary: [GTK4] Adapt to GdkEventType constants changes
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.10   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.11 M3   Edit
Assignee: Xi Yan CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks: 540385
  Show dependency tree
 
Reported: 2019-01-30 11:29 EST by Xi Yan CLA
Modified: 2019-02-19 09:56 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xi Yan CLA 2019-01-30 11:29:51 EST
some GdkEventType constants are removed (i.e. GDK_2BUTTON_PRESS) or changed values on GTK4, which messes up the events sent by SWT.
Comment 1 Eric Williams CLA 2019-01-30 11:34:13 EST
Yup I ran into this the other day as well.
Comment 2 Xi Yan CLA 2019-01-30 11:50:40 EST
constants that have changed:

GDK_EXPOSE 3
GDK_BUTTON_PRESS 5
GDK_BUTTON_RELEASE 6
GDK_KEY_PRESS 7
GDK_KEY_RELEASE 8
GDK_FOCUS_CHANGE 11
GDK_MAP 13
GDK_UNMAP 14

constants that have been removed:

GDK_2BUTTON_PRESS
GDK_3BUTTON_PRESS
Comment 3 Eclipse Genie CLA 2019-01-31 12:21:17 EST
New Gerrit change created: https://git.eclipse.org/r/136100
Comment 5 Eclipse Genie CLA 2019-01-31 15:06:52 EST
New Gerrit change created: https://git.eclipse.org/r/136105
Comment 6 Eclipse Genie CLA 2019-01-31 15:18:07 EST
New Gerrit change created: https://git.eclipse.org/r/136106
Comment 9 Eric Williams CLA 2019-02-04 15:17:32 EST
In master now, thanks Xi.
Comment 11 Xi Yan CLA 2019-02-19 09:56:51 EST
Verified in I20190219-0600.