-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move gl init to generic gtk client class * move most gl backing code to generic superclass and only keep version specific code in new gtk2 / gtk3 submodules * use context manager instead of try + finally to ensure we close the gl context Note: the gtk3 code does not actually close the context.. because that crashes! git-svn-id: https://xpra.org/svn/Xpra/trunk@7599 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
14 changed files
with
428 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.