-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle the case when both gtk2 and gtk3 are loaded
In case both gtk2 and gtk3 are loaded, but only gtk2 is used (which can happen if a piece of software is linked against neither, but has different plugins, some of which link against gtk2, others against gtk3, all loaded at the same time, but only one of the variants used), make sure that gtk3-nocsd detects that, doesn't actually inject any code and calls all the gtk2 functions, instead of the gtk3 variants. (Because they are incompatible and mixing calls will lead to crashes.) Fixes Github issue #18.
- Loading branch information
Showing
2 changed files
with
66 additions
and
10 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