summaryrefslogtreecommitdiff
path: root/src/displays.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
committerJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
commit6e5b33a195324bd33d946cad15844139d1ba9650 (patch)
tree46b2a48d3c92884974267f2bb6969f670e0ce469 /src/displays.ads
parent143e6a589de13e9cedc39ccd06b7b8d78f58d1c1 (diff)
Updated to bring into line with FLTK bindingHEADmaster
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;