wayland/screencopy: add screencopy

This commit is contained in:
outfoxxed 2025-01-14 04:43:05 -08:00
parent 918dd2392d
commit cd429142a4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
37 changed files with 3149 additions and 3 deletions

View file

@ -13,7 +13,7 @@
namespace qs::wayland::toplevel_management {
namespace impl {
class ToplevelManager;
class ToplevelManager; // NOLINT
class ToplevelHandle;
} // namespace impl
@ -80,6 +80,8 @@ public:
[[nodiscard]] bool fullscreen() const;
void setFullscreen(bool fullscreen);
[[nodiscard]] impl::ToplevelHandle* implHandle() const { return this->handle; }
signals:
void closed();
void appIdChanged();