diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-29 08:21:35 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-29 08:21:35 -0400 |
commit | 48d2ca3d03015b7b349f3ab7962416faa71ae671 (patch) | |
tree | 0fabe6515dbbafce93ec4af61aa20de3f8ad3499 | |
parent | Get a lot more of the Lumina2 window-management functionality working. (diff) | |
download | lumina-48d2ca3d03015b7b349f3ab7962416faa71ae671.tar.gz lumina-48d2ca3d03015b7b349f3ab7962416faa71ae671.tar.bz2 lumina-48d2ca3d03015b7b349f3ab7962416faa71ae671.zip |
Turn on the OpenGL backing for Lumina2.
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.cpp b/src-qt5/core/lumina-desktop-unified/LSession.cpp index 27c6dd8d..d08e5708 100644 --- a/src-qt5/core/lumina-desktop-unified/LSession.cpp +++ b/src-qt5/core/lumina-desktop-unified/LSession.cpp @@ -39,7 +39,7 @@ LSession::LSession(int &argc, char ** argv) : LSingleApplication(argc, argv, "lu this->setEffectEnabled( Qt::UI_AnimateMenu, true); this->setEffectEnabled( Qt::UI_AnimateCombo, true); this->setEffectEnabled( Qt::UI_AnimateTooltip, true); - //this->setAttribute(Qt::AA_UseDesktopOpenGL); + this->setAttribute(Qt::AA_UseDesktopOpenGL); this->setAttribute(Qt::AA_UseHighDpiPixmaps); //allow pixmaps to be scaled up as well as down //Now initialize the global objects (but do not start them yet) |