mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Merge pull request #1533 from EionRobb/patch-2
Fix for compiling Windows version with mingw
This commit is contained in:
commit
25ed40f046
@ -98,6 +98,13 @@
|
||||
#include <X11/Xatom.h>
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#ifndef WM_DWMCOMPOSITIONCHANGED
|
||||
#define WM_DWMCOMPOSITIONCHANGED 0x031E
|
||||
#endif
|
||||
#endif /* Q_OS_WIN */
|
||||
|
||||
const QString BrowserWindow::WEBKITVERSION = qWebKitVersion();
|
||||
|
||||
static QKeySequence actionShortcut(QKeySequence shortcut, QKeySequence fallBack, QKeySequence shortcutRTL = QKeySequence(), QKeySequence fallbackRTL = QKeySequence())
|
||||
|
Loading…
Reference in New Issue
Block a user