mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 572295 - Add "X11Util" to be shared between X11 toolkits. Qt bustage fix. r=jones.chris.g
This commit is contained in:
parent
20a7dcab0c
commit
df368b7846
@ -45,6 +45,9 @@
|
||||
#if defined(MOZ_WIDGET_GTK2)
|
||||
# include <gdk/gdkx.h>
|
||||
#elif defined(MOZ_WIDGET_QT)
|
||||
// X11/X.h has #define CursorShape 0, but Qt's qnamespace.h defines
|
||||
// enum CursorShape { ... }. Good times!
|
||||
#undef CursorShape
|
||||
# include <QX11Info>
|
||||
#else
|
||||
# error Unknown toolkit
|
||||
|
Loading…
Reference in New Issue
Block a user