Changeset 924:05c2338a2dc4
- Timestamp:
- 04/27/19 12:13:37 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/cef.py
r919 r924 327 327 windowID = window.handle 328 328 else: 329 windowID = container.window.xid 329 container.set_visual(container.get_screen().lookup_visual(0x21)) 330 windowID = container.get_window().get_xid() 330 331 331 332 windowInfo = cefpython.WindowInfo()
Note:
See TracChangeset
for help on using the changeset viewer.