Search:
Login
Preferences
Help/Guide
About Trac
API
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change →
Changeset
1179:7cbf103d3785
for
runmlx.py
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/31/24 18:39:11 (
6 months
ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:
X11 Gdk backend is forced on Linux to allow CEF running on Wayland
File:
1 edited
runmlx.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
runmlx.py
r36
r1179
2
2
3
3
if __name__ == "__main__":
4
import os
5
if os.name != "nt":
6
os.environ["GDK_BACKEND"] = "x11"
7
4
8
import mlx.mlx
5
9
mlx.mlx.main()
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive