mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
Qt: added PATPAINT raster op
git-svn-id: trunk@35475 -
This commit is contained in:
parent
784eafb712
commit
eb345d8552
@ -2667,6 +2667,7 @@ begin
|
||||
NOTSRCCOPY,
|
||||
R2_NOTCOPYPEN: Result := QPainterRasterOp_NotSource;
|
||||
|
||||
PATPAINT,
|
||||
R2_NOTMASKPEN: Result := QPainterRasterOp_NotSourceOrNotDestination;
|
||||
|
||||
NOTSRCERASE,
|
||||
|
Loading…
Reference in New Issue
Block a user