mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:49:16 +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;
|
end;
|
||||||
|
|
||||||
procedure MergeClipping(DestinationDC: TGtkDeviceContext; DestinationGC: PGDKGC;
|
procedure MergeClipping(DestinationDC: TGtkDeviceContext; DestinationGC: PGDKGC;
|
||||||
X, Y, Width, Height: integer; ClipMergeMask: PGdkPixmap;
|
X,Y,Width,Height: integer; ClipMergeMask: PGdkBitmap;
|
||||||
ClipMergeMaskX, ClipMergeMaskY: integer;
|
ClipMergeMaskX, ClipMergeMaskY: integer;
|
||||||
var NewClipMask: PGdkPixmap);
|
var NewClipMask: PGdkBitmap);
|
||||||
// merge ClipMergeMask into the destination clipping mask at the
|
// merge ClipMergeMask into the destination clipping mask at the
|
||||||
// destination rectangle
|
// destination rectangle
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user