Merge pull request #402 from Smithay/fix/trailing_semicolon

Fix trailing_semicolon on egl macro
This commit is contained in:
Victor Brekenfeld 2021-10-23 15:58:19 +02:00 committed by GitHub
commit 14a4bb25db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ macro_rules! egl_platform {
$native_display, $native_display,
$required_extensions, $required_extensions,
vec![ffi::egl::NONE as ffi::EGLint] vec![ffi::egl::NONE as ffi::EGLint]
); )
}; };
($platform:ident, $native_display:expr, $required_extensions:expr, $attrib_list:expr) => { ($platform:ident, $native_display:expr, $required_extensions:expr, $attrib_list:expr) => {
EGLPlatform::new( EGLPlatform::new(

View File

@ -357,7 +357,6 @@ pub fn start_dnd<C>(
), ),
serial, serial,
); );
return;
} }
} }