aboutsummaryrefslogtreecommitdiff
path: root/src/displays.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/displays.adb')
-rw-r--r--src/displays.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displays.adb b/src/displays.adb
index 9893db3..5b9885d 100644
--- a/src/displays.adb
+++ b/src/displays.adb
@@ -8,6 +8,7 @@
with
+ Data,
FLTK.Screen,
FLTK.Events;
@@ -50,7 +51,7 @@ package body Displays is
This.Level_Box.Set_Label_Size (Text_Size);
This.Move_Box.Set_Label_Size (Text_Size);
- This.Set_Icon (Logo);
+ This.Set_Icon (Data.Man_Image.all);
end return;
end Create;