gel: Cosmetics.

This commit is contained in:
Rod Kay
2023-04-20 10:14:22 +10:00
parent c3a536b37b
commit b06d612c34
4 changed files with 17 additions and 3 deletions

View File

@@ -235,6 +235,7 @@ is
procedure add_new_World (Self : in out Item; Name : in String;
space_Kind : in physics.space_Kind)
is
@@ -266,6 +267,7 @@ is
function is_Open (Self : in Item) return Boolean
is
begin
@@ -389,6 +391,9 @@ is
end last_Keypress;
--------------
--- Operations
--
@@ -413,6 +418,8 @@ is
procedure freshen (Self : in out Item)
is
use type gel.Dolly.view;

View File

@@ -9,7 +9,7 @@ with
gel.Window,
openGL.Renderer.lean,
opengl.Font,
openGL.Font,
lace.Event,
lace.Response,
@@ -19,6 +19,7 @@ with
ada.Containers.Vectors;
package gel.Applet
--
-- Provides an application model, configured with a single window.