ext-foreign-toplevel: add implementation

This commit is contained in:
Vaxry
2024-04-24 15:45:59 +01:00
parent 34413d1f36
commit 0d1bb65c75
5 changed files with 219 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include "../protocols/XDGDecoration.hpp"
#include "../protocols/AlphaModifier.hpp"
#include "../protocols/GammaControl.hpp"
#include "../protocols/ForeignToplevel.hpp"
#include "tearing-control-v1.hpp"
#include "fractional-scale-v1.hpp"
@@ -19,6 +20,7 @@
#include "xdg-decoration-unstable-v1.hpp"
#include "alpha-modifier-v1.hpp"
#include "wlr-gamma-control-unstable-v1.hpp"
#include "ext-foreign-toplevel-list-v1.hpp"
CProtocolManager::CProtocolManager() {
@@ -31,6 +33,7 @@ CProtocolManager::CProtocolManager() {
PROTO::xdgDecoration = std::make_unique<CXDGDecorationProtocol>(&zxdg_decoration_manager_v1_interface, 1, "XDGDecoration");
PROTO::alphaModifier = std::make_unique<CAlphaModifierProtocol>(&wp_alpha_modifier_v1_interface, 1, "AlphaModifier");
PROTO::gamma = std::make_unique<CGammaControlProtocol>(&zwlr_gamma_control_manager_v1_interface, 1, "GammaControl");
PROTO::foreignToplevel = std::make_unique<CForeignToplevelProtocol>(&ext_foreign_toplevel_list_v1_interface, 1, "ForeignToplevel");
// Old protocol implementations.
// TODO: rewrite them to use hyprwayland-scanner.