[Webkit-unassigned] [Bug 199000] New: [GTK] Fix compilation errors for the GTK2 plugin process
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 19 07:47:04 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199000
Bug ID: 199000
Summary: [GTK] Fix compilation errors for the GTK2 plugin
process
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
CC: bugs-noreply at webkitgtk.org
Build error:
../Source/WebKit/Shared/gtk/WebEventFactory.cpp:104:30: error: assigning to 'guint' (aka 'unsigned int') from incompatible type 'const GdkEventButton' (aka 'const _GdkEventButton')
eventButton = event->button;
~~~~~~~^~~~~~
../Source/WebKit/Shared/gtk/WebEventFactory.cpp:158:26: error: assigning to 'guint' (aka 'unsigned int') from incompatible type 'const GdkEventButton' (aka 'const _GdkEventButton')
eventButton = event->button;
~~~~~~~^~~~~~
../Source/WebKit/Shared/gtk/WebEventFactory.cpp:287:21: error: no member named 'keyval' in '_GdkEvent'
keyval = event->keyval;
~~~~~ ^
../Source/WebKit/Shared/gtk/WebEventFactory.cpp:288:22: error: no member named 'hardware_keycode' in '_GdkEvent'
keycode = event->hardware_keycode;
~~~~~ ^
4 errors generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190619/c9db4f25/attachment-0001.html>
More information about the webkit-unassigned
mailing list