Skip to content

Commit

Permalink
amend previous commit (add eq)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagprog5 committed Jan 26, 2025
1 parent 1367626 commit 25b61eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdl2/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ impl RenderTarget for Window {
type Context = WindowContext;
}

#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum ClippingRect {
/// a non-zero area clipping rect
Some(Rect),
Expand Down

0 comments on commit 25b61eb

Please sign in to comment.