-
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.
xrender: ensure that the clip mask is always updated
Previously the clip-mask and the server value were compared with EQL when the picture was synchronized, and the clip-mask was assigned to the server-value. This approach breaks when the client (preasumbly to avoid consing) modifies the vector directly. In that case the new value and the server value are EQ while the clip still needs to be updated. To avoid this problem when the clip-mask is a sequence, then we ensure that it is a distinct vector. Fixes #201.
- Loading branch information
1 parent
3840045
commit 610f23f
Showing
1 changed file
with
20 additions
and
8 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