mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Render: Add support for the PDF blend mode operators.
This commit is contained in:
@@ -681,6 +681,8 @@ PictOpValid (CARD8 op)
|
||||
return TRUE;
|
||||
if (PictOpConjointMinimum <= op && op <= PictOpConjointMaximum)
|
||||
return TRUE;
|
||||
if (PictOpBlendMinimum <= op && op <= PictOpBlendMaximum)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user