fix: surface not mapping

This commit is contained in:
Nova
2023-07-19 06:04:08 -07:00
parent f15578f7df
commit 9cf43ec535
5 changed files with 69 additions and 27 deletions

View File

@@ -72,7 +72,7 @@ pub struct Wayland {
impl Wayland {
pub fn new() -> Result<Self> {
let egl_raw_handles = get_sk_egl()?;
let mut renderer = unsafe {
let renderer = unsafe {
GlesRenderer::new(EGLContext::from_raw(
egl_raw_handles.display,
egl_raw_handles.config,