summaryrefslogtreecommitdiffstats
path: root/runtime/src/window/screenshot.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--runtime/src/window/screenshot.rs (renamed from runtime/src/screenshot.rs)1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/screenshot.rs b/runtime/src/window/screenshot.rs
index b88f2c20..c84286b6 100644
--- a/runtime/src/screenshot.rs
+++ b/runtime/src/window/screenshot.rs
@@ -1,3 +1,4 @@
+//! Take screenshots of a window.
use crate::core::{Rectangle, Size};
use std::fmt::{Debug, Formatter};