LCL: gtk2: fixed parameter type, bug #25670

git-svn-id: trunk@43869 -
This commit is contained in:
mattias 2014-02-03 18:51:29 +00:00
parent 7556fafeab
commit c4cf20839b

View File

@ -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