mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-31 14:30:08 +01:00
protocols: support xdg-shell v7
there's nothing special we need to add for this rev
This commit is contained in:
parent
c3894d9288
commit
d037c54260
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ CProtocolManager::CProtocolManager() {
|
|||
PROTO::tablet = makeUnique<CTabletV2Protocol>(&zwp_tablet_manager_v2_interface, 1, "TabletV2");
|
||||
PROTO::layerShell = makeUnique<CLayerShellProtocol>(&zwlr_layer_shell_v1_interface, 5, "LayerShell");
|
||||
PROTO::presentation = makeUnique<CPresentationProtocol>(&wp_presentation_interface, 1, "Presentation");
|
||||
PROTO::xdgShell = makeUnique<CXDGShellProtocol>(&xdg_wm_base_interface, 6, "XDGShell");
|
||||
PROTO::xdgShell = makeUnique<CXDGShellProtocol>(&xdg_wm_base_interface, 7, "XDGShell");
|
||||
PROTO::dataWlr = makeUnique<CDataDeviceWLRProtocol>(&zwlr_data_control_manager_v1_interface, 2, "DataDeviceWlr");
|
||||
PROTO::primarySelection = makeUnique<CPrimarySelectionProtocol>(&zwp_primary_selection_device_manager_v1_interface, 1, "PrimarySelection");
|
||||
PROTO::xwaylandShell = makeUnique<CXWaylandShellProtocol>(&xwayland_shell_v1_interface, 1, "XWaylandShell");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue