mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 08:45:58 +01:00
eb3f3d9854
* move to hw-s * hyprland-share-picker: add missing sources to meson, format CMake * CMake: bump hw-s version * CMake: fix protocolnew external protos * CMake: get wayland.xml from wayland-scanner * Nix: add missing deps * Meson: use hw-s for protocols, add hyprutils --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
6 lines
No EOL
138 B
C++
6 lines
No EOL
138 B
C++
#pragma once
|
|
|
|
#include <hyprutils/memory/WeakPtr.hpp>
|
|
using namespace Hyprutils::Memory;
|
|
#define SP CSharedPointer
|
|
#define WP CWeakPointer |