mirror of https://gitlab.com/basile.b/dexed.git
vte itf, fix wrong signature for two gtk events
This commit is contained in:
parent
d047f36448
commit
8e11e89ba0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue