mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
LCL, fix gtk intf compile with fpc r9485 #cb1741aade or later
git-svn-id: trunk@13359 -
This commit is contained in:
parent
30a0f52908
commit
58ba924d19
@ -1048,9 +1048,9 @@ begin
|
||||
end;
|
||||
|
||||
procedure MergeClipping(DestinationDC: TGtkDeviceContext; DestinationGC: PGDKGC;
|
||||
X, Y, Width, Height: integer; ClipMergeMask: PGdkPixmap;
|
||||
X,Y,Width,Height: integer; ClipMergeMask: PGdkBitmap;
|
||||
ClipMergeMaskX, ClipMergeMaskY: integer;
|
||||
var NewClipMask: PGdkPixmap);
|
||||
var NewClipMask: PGdkBitmap);
|
||||
// merge ClipMergeMask into the destination clipping mask at the
|
||||
// destination rectangle
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user