summaryrefslogtreecommitdiff
path: root/src/displays.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/displays.ads')
-rw-r--r--src/displays.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displays.ads b/src/displays.ads
index 89e4542..22f3bed 100644
--- a/src/displays.ads
+++ b/src/displays.ads
@@ -21,7 +21,7 @@ package Displays is
type Keyboard_Callback is access function
- (Key : in FLTK.Shortcut_Key)
+ (Key : in FLTK.Key_Combo)
return FLTK.Event_Outcome;
type Mouse_Callback is access function
@@ -109,7 +109,7 @@ private
Logo : FLTK.Images.RGB.PNG.PNG_Image :=
- FLTK.Images.RGB.PNG.Create (Misc.Origin & "/../share/sokoban/img/man.png");
+ FLTK.Images.RGB.PNG.Forge.Create (Misc.Origin & "/../share/sokoban/img/man.png");
Text_Size : constant FLTK.Font_Size := 12;