Add kwin full source tree, greeter login, zsh, pcid service, and build system improvements
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "compositor_wayland.h"
|
||||
#include "core/outputbackend.h"
|
||||
#include "core/session.h"
|
||||
#include "core/session_noop.h"
|
||||
#include "effect/effecthandler.h"
|
||||
#include "inputmethod.h"
|
||||
#include "tabletmodemanager.h"
|
||||
@@ -55,9 +54,11 @@
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
|
||||
Q_IMPORT_PLUGIN(KWinIntegrationPlugin)
|
||||
#if KWIN_BUILD_GLOBALSHORTCUTS
|
||||
Q_IMPORT_PLUGIN(KGlobalAccelImpl)
|
||||
#endif
|
||||
Q_IMPORT_PLUGIN(KWindowSystemKWinPlugin)
|
||||
Q_IMPORT_PLUGIN(KWinIdleTimePoller)
|
||||
|
||||
namespace KWin
|
||||
@@ -432,6 +433,7 @@ int main(int argc, char *argv[])
|
||||
};
|
||||
|
||||
BackendType backendType;
|
||||
QString pluginName;
|
||||
QSize initialWindowSize;
|
||||
int outputCount = 1;
|
||||
qreal outputScale = 1;
|
||||
|
||||
Reference in New Issue
Block a user