mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Rename create_gl_window to create_window
This commit is contained in:
parent
cd915ddbe0
commit
0522b04d70
2 changed files with 4 additions and 6 deletions
|
@ -673,7 +673,7 @@ impl Font for GLFont {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn create_gl_window() -> ComponentWindow {
|
||||
pub fn create_window() -> ComponentWindow {
|
||||
ComponentWindow::new(GraphicsWindow::new(|event_loop, window_builder| {
|
||||
GLRenderer::new(
|
||||
&event_loop.get_winit_event_loop(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue