forked from quickshell/quickshell
wayland/screencopy: add screencopy
This commit is contained in:
parent
918dd2392d
commit
cd429142a4
37 changed files with 3149 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue