Add initial impl of org.gnome.Shell.Screenshot

Enough to make the portal all-outputs screenshot work. With this,
Flameshot kinda-works.
This commit is contained in:
Ivan Molodetskikh
2023-09-20 09:28:23 +04:00
parent 8b4f2cf483
commit 1963aaa775
6 changed files with 201 additions and 33 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod gnome_shell_screenshot;
pub mod mutter_display_config;
pub mod mutter_screen_cast;
pub mod mutter_service_channel;