mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 03:09:31 +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;
|
||||
|
||||
|
||||
function GetWidgetWithWindow(const AHandle: THandle): PGtkWidget;
|
||||
function GetWidgetWithWindow(const AHandle: HWND): PGtkWidget;
|
||||
procedure SetWindowCursor(AWindow: PGdkWindow; ACursor: HCursor;
|
||||
ARecursive: Boolean; ASetDefault: Boolean);
|
||||
procedure SetCursorForWindowsWithInfo(AWindow: PGdkWindow; AInfo: PWidgetInfo;
|
||||
@ -471,7 +471,7 @@ end;
|
||||
|
||||
// Helper functions
|
||||
|
||||
function GetWidgetWithWindow(const AHandle: THandle): PGtkWidget;
|
||||
function GetWidgetWithWindow(const AHandle: HWND): PGtkWidget;
|
||||
var
|
||||
Children: PGList;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user