mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Remove support of old SIXTYFPS_ env variable, and sixtyfps_widgets.60
This commit is contained in:
parent
52fb1ab9fe
commit
a0fb8bc771
7 changed files with 7 additions and 53 deletions
|
@ -169,8 +169,8 @@ int main()
|
|||
if (auto error = app->window().set_rendering_notifier(OpenGLUnderlay(app))) {
|
||||
if (*error == slint::SetRenderingNotifierError::Unsupported) {
|
||||
fprintf(stderr,
|
||||
"This example requires the use of the GL backend. Please run with the "
|
||||
"environment variable SIXTYFPS_BACKEND=GL set.\n");
|
||||
"This example requires the use of a GL renderer. Please run with the "
|
||||
"environment variable SLINT_BACKEND=winit set.\n");
|
||||
} else {
|
||||
fprintf(stderr, "Unknown error calling set_rendering_notifier\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue