mirror of
https://github.com/vale981/Hyprland
synced 2025-03-14 06:26:41 -04:00

* Initial fractional scaling impl * apply UV after geom calcs * fix scaling -> scale * meson: add fractional scale proto Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
6 lines
No EOL
257 B
C++
6 lines
No EOL
257 B
C++
#include "ProtocolManager.hpp"
|
|
|
|
CProtocolManager::CProtocolManager() {
|
|
m_pToplevelExportProtocolManager = std::make_unique<CToplevelExportProtocolManager>();
|
|
m_pFractionalScaleProtocolManager = std::make_unique<CFractionalScaleProtocolManager>();
|
|
} |