mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 02:30:07 +02:00
Exit HelloGUI app using standard Break procedure call
This commit is contained in:
@@ -28,6 +28,6 @@ begin
|
|||||||
GetKey;
|
GetKey;
|
||||||
BUTTON_EVENT:
|
BUTTON_EVENT:
|
||||||
if GetButton.ID = 1 then
|
if GetButton.ID = 1 then
|
||||||
TerminateThread;
|
Break;
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Reference in New Issue
Block a user