mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 14:19:11 +02:00
parent
7556fafeab
commit
c4cf20839b
@ -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