-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OR-GET accessor accepts only two types.
First one must be enum (either NULL or MEMBER). Otherwise if the first type didn't match we could have a condition signalled by a type-check or by other assertions generated by the compiler (deduced from a declaration). Solves a problem with setting a gc-clip mask to a pixmap (it recently started erroring due to compiler enforcing declarations, but previously didn't work as well). We fix other OR-GET references in the code to have the correct order. Closes #97 (and numerous McCLIM issues).
- Loading branch information
1 parent
a5cefd7
commit 1f2b6f3
Showing
3 changed files
with
31 additions
and
35 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