vte itf, fix wrong signature for two gtk events

This commit is contained in:
Basile Burg 2019-04-07 17:05:25 +02:00
parent d047f36448
commit 8e11e89ba0
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ type
const AParams: TCreateParams): TLCLIntfHandle; override;
end;
procedure TerminalExit(Widget: PGtkWidget); cdecl;
procedure TerminalExit(Widget: PGtkWidget; status: gint; user: Pointer); cdecl;
var
Info: PWidgetInfo;
begin
@ -141,7 +141,7 @@ begin
TTerminal(Info.LCLObject).DoTerminate;
end;
procedure TerminalRefresh(Widget: PGtkWidget); cdecl;
procedure TerminalRefresh(Widget: PGtkWidget; user: Pointer); cdecl;
var
Info: PWidgetInfo;
begin