diff options
author | Henry Hu <henry.hu.sh@gmail.com> | 2016-05-12 19:11:10 -0400 |
---|---|---|
committer | Henry Hu <henry.hu.sh@gmail.com> | 2016-05-12 19:11:10 -0400 |
commit | 40c939afe1f7ff30531096fba621c6c5860cefe4 (patch) | |
tree | 615d804841d7ed895f8c8acadd18a6d5be5ac519 /src-qt5/core/lumina-desktop/lumina-desktop.pro | |
parent | add 2 options for background image: fit and full (diff) | |
download | lumina-40c939afe1f7ff30531096fba621c6c5860cefe4.tar.gz lumina-40c939afe1f7ff30531096fba621c6c5860cefe4.tar.bz2 lumina-40c939afe1f7ff30531096fba621c6c5860cefe4.zip |
Move background processing into LDesktopBackground class
Generate a QPixmap and use it during paintEvent
Diffstat (limited to 'src-qt5/core/lumina-desktop/lumina-desktop.pro')
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro index cfc175ef..89053fda 100644 --- a/src-qt5/core/lumina-desktop/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro @@ -19,6 +19,7 @@ SOURCES += main.cpp \ LXcbEventFilter.cpp \ LSession.cpp \ LDesktop.cpp \ + LDesktopBackground.cpp \ LDesktopPluginSpace.cpp \ LPanel.cpp \ LWinInfo.cpp \ @@ -34,6 +35,7 @@ HEADERS += Globals.h \ LXcbEventFilter.h \ LSession.h \ LDesktop.h \ + LDesktopBackground.h \ LDesktopPluginSpace.h \ LPanel.h \ LWinInfo.h \ |