mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Reverted accidental removal of pub modifier in Renderer
This commit is contained in:
+2
-2
@@ -202,9 +202,9 @@ impl RendererInfo {
|
||||
|
||||
#[deriving(Eq)] #[allow(raw_pointer_deriving)]
|
||||
pub struct Renderer<S> {
|
||||
raw: *ll::SDL_Renderer,
|
||||
pub raw: *ll::SDL_Renderer,
|
||||
parent: Option<S>,
|
||||
owned: bool
|
||||
pub owned: bool
|
||||
}
|
||||
|
||||
#[unsafe_destructor]
|
||||
|
||||
Reference in New Issue
Block a user