mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
python screen windows without context sharing
This commit is contained in:
@@ -278,7 +278,10 @@ opengl_texture::make_request() {
|
||||
}
|
||||
}
|
||||
|
||||
Application.request( { ToLower( components.front() ), dictionary, id } );
|
||||
auto rt = std::make_shared<python_rt>();
|
||||
rt->shared_tex = id;
|
||||
|
||||
Application.request( { ToLower( components.front() ), dictionary, rt } );
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user