Commits

Ken Cunningham authored and Mojca Miklavec committed 9e1403c921e
webkit2-gtk: fix name collision "Cursor" between X11 and QuickDraw
No tags

www/webkit2-gtk/files/patch-snowleopard-npruntime-redefine-cursor.diff

Added
1 +--- Source/WebCore/bridge/npruntime_internal.h.orig 2017-08-14 21:56:11.000000000 -0700
2 ++++ Source/WebCore/bridge/npruntime_internal.h 2017-08-14 21:57:40.000000000 -0700
3 +@@ -30,8 +30,14 @@
4 + #include "npruntime.h"
5 +
6 + #if defined(MOZ_X11)
7 ++
8 ++ #define Cursor QD_Cursor
9 ++
10 + #include <X11/Xresource.h>
11 +
12 ++// should there be...?
13 ++// #undef Cursor
14 ++
15 + #undef None
16 + #undef Above
17 + #undef Below

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut