summaryrefslogtreecommitdiff
path: root/src/window_size.rs
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 02:54:51 -0500
committerGitHub <noreply@github.com>2026-05-20 02:54:51 -0500
commit7e89201c6296583336dc201d322a5912292545c7 (patch)
tree72ac56049ce99b362d0274e5093893d5a3e6be54 /src/window_size.rs
parent0f0bc6b88fe8cb80b947e576cdfa4a7124982f54 (diff)
simplify things
Diffstat (limited to 'src/window_size.rs')
-rw-r--r--src/window_size.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_size.rs b/src/window_size.rs
index 620a307..c84a137 100644
--- a/src/window_size.rs
+++ b/src/window_size.rs
@@ -1,7 +1,7 @@
/// The max value of the custom window size is `u32::MAX`.
/// The min value of the custom window size is `WindowSize::Size256`.
/// This is because it's the maximum latency one can report to a CLAP host.
-#[derive(Debug, PartialEq)]
+#[derive(Debug, Clone, PartialEq)]
pub enum WindowSize {
Size256,
Size512,