Skip to content

Commit

Permalink
wgl/surface: hide WglSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Jan 10, 2025
1 parent 2c09d89 commit a60959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glutin/src/api/wgl/surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl<T: SurfaceTypeTrait> Sealed for Surface<T> {}

/// A wrapper around WGL surfaces.
#[derive(Debug)]
pub enum WglSurface {
pub(crate) enum WglSurface {
/// Surface backed by a window surface.
Window(HWND, HDC),
/// Surface backed by a pixel buffer.
Expand Down

0 comments on commit a60959a

Please sign in to comment.