mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 22:49:26 +02:00
LCL: gtk2: fixed parameter type, bug #25670
git-svn-id: branches/fixes_1_2@43870 -
This commit is contained in:
parent
90403a74a1
commit
b782753881
@ -250,7 +250,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function GetWidgetWithWindow(const AHandle: THandle): PGtkWidget;
|
function GetWidgetWithWindow(const AHandle: HWND): PGtkWidget;
|
||||||
procedure SetWindowCursor(AWindow: PGdkWindow; ACursor: HCursor;
|
procedure SetWindowCursor(AWindow: PGdkWindow; ACursor: HCursor;
|
||||||
ARecursive: Boolean; ASetDefault: Boolean);
|
ARecursive: Boolean; ASetDefault: Boolean);
|
||||||
procedure SetCursorForWindowsWithInfo(AWindow: PGdkWindow; AInfo: PWidgetInfo;
|
procedure SetCursorForWindowsWithInfo(AWindow: PGdkWindow; AInfo: PWidgetInfo;
|
||||||
@ -471,7 +471,7 @@ end;
|
|||||||
|
|
||||||
// Helper functions
|
// Helper functions
|
||||||
|
|
||||||
function GetWidgetWithWindow(const AHandle: THandle): PGtkWidget;
|
function GetWidgetWithWindow(const AHandle: HWND): PGtkWidget;
|
||||||
var
|
var
|
||||||
Children: PGList;
|
Children: PGList;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user