Commit 236e2ba 1 parent dcc96a7 commit 236e2ba Copy full SHA for 236e2ba
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1336,14 +1336,14 @@ impl std::hash::Hash for dyn Window + '_ {
1336
1336
}
1337
1337
1338
1338
#[ cfg( feature = "rwh_06" ) ]
1339
- impl rwh_06:: HasDisplayHandle for dyn Window + ' _ {
1339
+ impl rwh_06:: HasDisplayHandle for dyn Surface + ' _ {
1340
1340
fn display_handle ( & self ) -> Result < rwh_06:: DisplayHandle < ' _ > , rwh_06:: HandleError > {
1341
1341
self . rwh_06_display_handle ( ) . display_handle ( )
1342
1342
}
1343
1343
}
1344
1344
1345
1345
#[ cfg( feature = "rwh_06" ) ]
1346
- impl rwh_06:: HasWindowHandle for dyn Window + ' _ {
1346
+ impl rwh_06:: HasWindowHandle for dyn Surface + ' _ {
1347
1347
fn window_handle ( & self ) -> Result < rwh_06:: WindowHandle < ' _ > , rwh_06:: HandleError > {
1348
1348
self . rwh_06_window_handle ( ) . window_handle ( )
1349
1349
}
You can’t perform that action at this time.
0 commit comments