Gtk3: formatting.

This commit is contained in:
zeljan1 2025-02-23 13:57:45 +01:00
parent 57cba016bb
commit 1e2aa7dbdd

View File

@ -4547,7 +4547,8 @@ begin
end;
end;
function TGtk3WidgetSet.TextOut(DC: HDC; X, Y: Integer; Str: PChar; Count: Integer): Boolean;
function TGtk3WidgetSet.TextOut(DC: HDC; X, Y: Integer; Str: Pchar;
Count: Integer): Boolean;
var
DevCtx: TGtk3DeviceContext absolute DC;
begin