aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/ProtocolManager.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-04-03 17:01:05 +0100
committerGitHub <[email protected]>2023-04-03 17:01:05 +0100
commit0a099ca2ab8e4b5da01189202740bbc4bbe81f5b (patch)
treedb8a0ea733d92ed236353261a42a7c3906b960eb /src/managers/ProtocolManager.cpp
parente6211eef00a96c0dc7f8c06a6a151f5485977a0d (diff)
downloadHyprland-0a099ca2ab8e4b5da01189202740bbc4bbe81f5b.tar.gz
Hyprland-0a099ca2ab8e4b5da01189202740bbc4bbe81f5b.zip
Hyprland Screencopy impl (#1800)
--------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/managers/ProtocolManager.cpp')
-rw-r--r--src/managers/ProtocolManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managers/ProtocolManager.cpp b/src/managers/ProtocolManager.cpp
index 6271b0ca..d9aa299f 100644
--- a/src/managers/ProtocolManager.cpp
+++ b/src/managers/ProtocolManager.cpp
@@ -4,4 +4,5 @@ CProtocolManager::CProtocolManager() {
m_pToplevelExportProtocolManager = std::make_unique<CToplevelExportProtocolManager>();
m_pFractionalScaleProtocolManager = std::make_unique<CFractionalScaleProtocolManager>();
m_pTextInputV1ProtocolManager = std::make_unique<CTextInputV1ProtocolManager>();
+ m_pScreencopyProtocolManager = std::make_unique<CScreencopyProtocolManager>();
} \ No newline at end of file