зеркало из https://github.com/mozilla/gecko-dev.git
Bug 572295 - Add "X11Util" to be shared between X11 toolkits. Qt bustage fix. r=jones.chris.g
This commit is contained in:
Родитель
455f8a5916
Коммит
96d6df1ee0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче