summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-04-27 10:40:48 +1000
committerJed Barber <jjbarber@y7mail.com>2017-04-27 10:40:48 +1000
commit0d842f0423ba0754fb3675c7468397a8da5f6e1b (patch)
treed5da172bc7af2f7f48a3415eceac67ed67542787
parent5d88963cd203f30b79433e34e5c89bfcf8abfe60 (diff)
Organising source
-rw-r--r--lib/.gitignore4
-rw-r--r--obj/.gitignore4
-rw-r--r--src/c_fl.cpp (renamed from c_fl.cpp)0
-rw-r--r--src/c_fl.h (renamed from c_fl.h)0
-rw-r--r--src/c_fl_box.cpp (renamed from c_fl_box.cpp)0
-rw-r--r--src/c_fl_box.h (renamed from c_fl_box.h)0
-rw-r--r--src/c_fl_button.cpp (renamed from c_fl_button.cpp)0
-rw-r--r--src/c_fl_button.h (renamed from c_fl_button.h)0
-rw-r--r--src/c_fl_check_button.cpp (renamed from c_fl_check_button.cpp)0
-rw-r--r--src/c_fl_check_button.h (renamed from c_fl_check_button.h)0
-rw-r--r--src/c_fl_dialog.cpp (renamed from c_fl_dialog.cpp)0
-rw-r--r--src/c_fl_dialog.h (renamed from c_fl_dialog.h)0
-rw-r--r--src/c_fl_double_window.cpp (renamed from c_fl_double_window.cpp)0
-rw-r--r--src/c_fl_double_window.h (renamed from c_fl_double_window.h)0
-rw-r--r--src/c_fl_group.cpp (renamed from c_fl_group.cpp)0
-rw-r--r--src/c_fl_group.h (renamed from c_fl_group.h)0
-rw-r--r--src/c_fl_image.cpp (renamed from c_fl_image.cpp)0
-rw-r--r--src/c_fl_image.h (renamed from c_fl_image.h)0
-rw-r--r--src/c_fl_input.cpp (renamed from c_fl_input.cpp)0
-rw-r--r--src/c_fl_input.h (renamed from c_fl_input.h)0
-rw-r--r--src/c_fl_int_input.cpp (renamed from c_fl_int_input.cpp)0
-rw-r--r--src/c_fl_int_input.h (renamed from c_fl_int_input.h)0
-rw-r--r--src/c_fl_light_button.cpp (renamed from c_fl_light_button.cpp)0
-rw-r--r--src/c_fl_light_button.h (renamed from c_fl_light_button.h)0
-rw-r--r--src/c_fl_menu.cpp (renamed from c_fl_menu.cpp)0
-rw-r--r--src/c_fl_menu.h (renamed from c_fl_menu.h)0
-rw-r--r--src/c_fl_menu_bar.cpp (renamed from c_fl_menu_bar.cpp)0
-rw-r--r--src/c_fl_menu_bar.h (renamed from c_fl_menu_bar.h)0
-rw-r--r--src/c_fl_menu_button.cpp (renamed from c_fl_menu_button.cpp)0
-rw-r--r--src/c_fl_menu_button.h (renamed from c_fl_menu_button.h)0
-rw-r--r--src/c_fl_menu_window.cpp (renamed from c_fl_menu_window.cpp)0
-rw-r--r--src/c_fl_menu_window.h (renamed from c_fl_menu_window.h)0
-rw-r--r--src/c_fl_png_image.cpp (renamed from c_fl_png_image.cpp)0
-rw-r--r--src/c_fl_png_image.h (renamed from c_fl_png_image.h)0
-rw-r--r--src/c_fl_radio_button.cpp (renamed from c_fl_radio_button.cpp)0
-rw-r--r--src/c_fl_radio_button.h (renamed from c_fl_radio_button.h)0
-rw-r--r--src/c_fl_radio_light_button.cpp (renamed from c_fl_radio_light_button.cpp)0
-rw-r--r--src/c_fl_radio_light_button.h (renamed from c_fl_radio_light_button.h)0
-rw-r--r--src/c_fl_radio_round_button.cpp (renamed from c_fl_radio_round_button.cpp)0
-rw-r--r--src/c_fl_radio_round_button.h (renamed from c_fl_radio_round_button.h)0
-rw-r--r--src/c_fl_repeat_button.cpp (renamed from c_fl_repeat_button.cpp)0
-rw-r--r--src/c_fl_repeat_button.h (renamed from c_fl_repeat_button.h)0
-rw-r--r--src/c_fl_return_button.cpp (renamed from c_fl_return_button.cpp)0
-rw-r--r--src/c_fl_return_button.h (renamed from c_fl_return_button.h)0
-rw-r--r--src/c_fl_round_button.cpp (renamed from c_fl_round_button.cpp)0
-rw-r--r--src/c_fl_round_button.h (renamed from c_fl_round_button.h)0
-rw-r--r--src/c_fl_single_window.cpp (renamed from c_fl_single_window.cpp)0
-rw-r--r--src/c_fl_single_window.h (renamed from c_fl_single_window.h)0
-rw-r--r--src/c_fl_text_buffer.cpp (renamed from c_fl_text_buffer.cpp)0
-rw-r--r--src/c_fl_text_buffer.h (renamed from c_fl_text_buffer.h)0
-rw-r--r--src/c_fl_text_display.cpp (renamed from c_fl_text_display.cpp)0
-rw-r--r--src/c_fl_text_display.h (renamed from c_fl_text_display.h)0
-rw-r--r--src/c_fl_text_editor.cpp (renamed from c_fl_text_editor.cpp)0
-rw-r--r--src/c_fl_text_editor.h (renamed from c_fl_text_editor.h)0
-rw-r--r--src/c_fl_toggle_button.cpp (renamed from c_fl_toggle_button.cpp)0
-rw-r--r--src/c_fl_toggle_button.h (renamed from c_fl_toggle_button.h)0
-rw-r--r--src/c_fl_widget.cpp (renamed from c_fl_widget.cpp)0
-rw-r--r--src/c_fl_widget.h (renamed from c_fl_widget.h)0
-rw-r--r--src/c_fl_window.cpp (renamed from c_fl_window.cpp)0
-rw-r--r--src/c_fl_window.h (renamed from c_fl_window.h)0
-rw-r--r--src/fltk-dialogs.adb (renamed from fltk-dialogs.adb)0
-rw-r--r--src/fltk-dialogs.ads (renamed from fltk-dialogs.ads)0
-rw-r--r--src/fltk-enum_values.ads (renamed from fltk-enum_values.ads)0
-rw-r--r--src/fltk-enums.adb (renamed from fltk-enums.adb)0
-rw-r--r--src/fltk-enums.ads (renamed from fltk-enums.ads)0
-rw-r--r--src/fltk-images-rgb-png.adb (renamed from fltk-images-rgb-png.adb)0
-rw-r--r--src/fltk-images-rgb-png.ads (renamed from fltk-images-rgb-png.ads)0
-rw-r--r--src/fltk-images-rgb.adb (renamed from fltk-images-rgb.adb)0
-rw-r--r--src/fltk-images-rgb.ads (renamed from fltk-images-rgb.ads)0
-rw-r--r--src/fltk-images.adb (renamed from fltk-images.adb)0
-rw-r--r--src/fltk-images.ads (renamed from fltk-images.ads)0
-rw-r--r--src/fltk-text_buffers.adb (renamed from fltk-text_buffers.adb)0
-rw-r--r--src/fltk-text_buffers.ads (renamed from fltk-text_buffers.ads)0
-rw-r--r--src/fltk-widgets-boxes.adb (renamed from fltk-widgets-boxes.adb)0
-rw-r--r--src/fltk-widgets-boxes.ads (renamed from fltk-widgets-boxes.ads)0
-rw-r--r--src/fltk-widgets-buttons-enter.adb (renamed from fltk-widgets-buttons-enter.adb)0
-rw-r--r--src/fltk-widgets-buttons-enter.ads (renamed from fltk-widgets-buttons-enter.ads)0
-rw-r--r--src/fltk-widgets-buttons-light-check.adb (renamed from fltk-widgets-buttons-light-check.adb)0
-rw-r--r--src/fltk-widgets-buttons-light-check.ads (renamed from fltk-widgets-buttons-light-check.ads)0
-rw-r--r--src/fltk-widgets-buttons-light-radio.adb (renamed from fltk-widgets-buttons-light-radio.adb)0
-rw-r--r--src/fltk-widgets-buttons-light-radio.ads (renamed from fltk-widgets-buttons-light-radio.ads)0
-rw-r--r--src/fltk-widgets-buttons-light-round-radio.adb (renamed from fltk-widgets-buttons-light-round-radio.adb)0
-rw-r--r--src/fltk-widgets-buttons-light-round-radio.ads (renamed from fltk-widgets-buttons-light-round-radio.ads)0
-rw-r--r--src/fltk-widgets-buttons-light-round.adb (renamed from fltk-widgets-buttons-light-round.adb)0
-rw-r--r--src/fltk-widgets-buttons-light-round.ads (renamed from fltk-widgets-buttons-light-round.ads)0
-rw-r--r--src/fltk-widgets-buttons-light.adb (renamed from fltk-widgets-buttons-light.adb)0
-rw-r--r--src/fltk-widgets-buttons-light.ads (renamed from fltk-widgets-buttons-light.ads)0
-rw-r--r--src/fltk-widgets-buttons-radio.adb (renamed from fltk-widgets-buttons-radio.adb)0
-rw-r--r--src/fltk-widgets-buttons-radio.ads (renamed from fltk-widgets-buttons-radio.ads)0
-rw-r--r--src/fltk-widgets-buttons-repeat.adb (renamed from fltk-widgets-buttons-repeat.adb)0
-rw-r--r--src/fltk-widgets-buttons-repeat.ads (renamed from fltk-widgets-buttons-repeat.ads)0
-rw-r--r--src/fltk-widgets-buttons-toggle.adb (renamed from fltk-widgets-buttons-toggle.adb)0
-rw-r--r--src/fltk-widgets-buttons-toggle.ads (renamed from fltk-widgets-buttons-toggle.ads)0
-rw-r--r--src/fltk-widgets-buttons.adb (renamed from fltk-widgets-buttons.adb)0
-rw-r--r--src/fltk-widgets-buttons.ads (renamed from fltk-widgets-buttons.ads)0
-rw-r--r--src/fltk-widgets-groups-text_displays-text_editors.adb (renamed from fltk-widgets-groups-text_displays-text_editors.adb)0
-rw-r--r--src/fltk-widgets-groups-text_displays-text_editors.ads (renamed from fltk-widgets-groups-text_displays-text_editors.ads)0
-rw-r--r--src/fltk-widgets-groups-text_displays.adb (renamed from fltk-widgets-groups-text_displays.adb)0
-rw-r--r--src/fltk-widgets-groups-text_displays.ads (renamed from fltk-widgets-groups-text_displays.ads)0
-rw-r--r--src/fltk-widgets-groups-windows-double.adb (renamed from fltk-widgets-groups-windows-double.adb)0
-rw-r--r--src/fltk-widgets-groups-windows-double.ads (renamed from fltk-widgets-groups-windows-double.ads)0
-rw-r--r--src/fltk-widgets-groups-windows-single-menu.adb (renamed from fltk-widgets-groups-windows-single-menu.adb)0
-rw-r--r--src/fltk-widgets-groups-windows-single-menu.ads (renamed from fltk-widgets-groups-windows-single-menu.ads)0
-rw-r--r--src/fltk-widgets-groups-windows-single.adb (renamed from fltk-widgets-groups-windows-single.adb)0
-rw-r--r--src/fltk-widgets-groups-windows-single.ads (renamed from fltk-widgets-groups-windows-single.ads)0
-rw-r--r--src/fltk-widgets-groups-windows.adb (renamed from fltk-widgets-groups-windows.adb)0
-rw-r--r--src/fltk-widgets-groups-windows.ads (renamed from fltk-widgets-groups-windows.ads)0
-rw-r--r--src/fltk-widgets-groups.adb (renamed from fltk-widgets-groups.adb)0
-rw-r--r--src/fltk-widgets-groups.ads (renamed from fltk-widgets-groups.ads)0
-rw-r--r--src/fltk-widgets-inputs-int.adb (renamed from fltk-widgets-inputs-int.adb)0
-rw-r--r--src/fltk-widgets-inputs-int.ads (renamed from fltk-widgets-inputs-int.ads)0
-rw-r--r--src/fltk-widgets-inputs.adb (renamed from fltk-widgets-inputs.adb)0
-rw-r--r--src/fltk-widgets-inputs.ads (renamed from fltk-widgets-inputs.ads)0
-rw-r--r--src/fltk-widgets-menus-menu_bars.adb (renamed from fltk-widgets-menus-menu_bars.adb)0
-rw-r--r--src/fltk-widgets-menus-menu_bars.ads (renamed from fltk-widgets-menus-menu_bars.ads)0
-rw-r--r--src/fltk-widgets-menus-menu_buttons.adb (renamed from fltk-widgets-menus-menu_buttons.adb)0
-rw-r--r--src/fltk-widgets-menus-menu_buttons.ads (renamed from fltk-widgets-menus-menu_buttons.ads)0
-rw-r--r--src/fltk-widgets-menus.adb (renamed from fltk-widgets-menus.adb)0
-rw-r--r--src/fltk-widgets-menus.ads (renamed from fltk-widgets-menus.ads)0
-rw-r--r--src/fltk-widgets.adb (renamed from fltk-widgets.adb)0
-rw-r--r--src/fltk-widgets.ads (renamed from fltk-widgets.ads)0
-rw-r--r--src/fltk.adb (renamed from fltk.adb)0
-rw-r--r--src/fltk.ads (renamed from fltk.ads)0
123 files changed, 8 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 0000000..ea7f887
--- /dev/null
+++ b/lib/.gitignore
@@ -0,0 +1,4 @@
+
+
+*
+!.gitignore
diff --git a/obj/.gitignore b/obj/.gitignore
new file mode 100644
index 0000000..ea7f887
--- /dev/null
+++ b/obj/.gitignore
@@ -0,0 +1,4 @@
+
+
+*
+!.gitignore
diff --git a/c_fl.cpp b/src/c_fl.cpp
index b628c41..b628c41 100644
--- a/c_fl.cpp
+++ b/src/c_fl.cpp
diff --git a/c_fl.h b/src/c_fl.h
index 69e2e72..69e2e72 100644
--- a/c_fl.h
+++ b/src/c_fl.h
diff --git a/c_fl_box.cpp b/src/c_fl_box.cpp
index eeee320..eeee320 100644
--- a/c_fl_box.cpp
+++ b/src/c_fl_box.cpp
diff --git a/c_fl_box.h b/src/c_fl_box.h
index df7b629..df7b629 100644
--- a/c_fl_box.h
+++ b/src/c_fl_box.h
diff --git a/c_fl_button.cpp b/src/c_fl_button.cpp
index 621656c..621656c 100644
--- a/c_fl_button.cpp
+++ b/src/c_fl_button.cpp
diff --git a/c_fl_button.h b/src/c_fl_button.h
index 239689a..239689a 100644
--- a/c_fl_button.h
+++ b/src/c_fl_button.h
diff --git a/c_fl_check_button.cpp b/src/c_fl_check_button.cpp
index e737942..e737942 100644
--- a/c_fl_check_button.cpp
+++ b/src/c_fl_check_button.cpp
diff --git a/c_fl_check_button.h b/src/c_fl_check_button.h
index f44b5ec..f44b5ec 100644
--- a/c_fl_check_button.h
+++ b/src/c_fl_check_button.h
diff --git a/c_fl_dialog.cpp b/src/c_fl_dialog.cpp
index cb6d305..cb6d305 100644
--- a/c_fl_dialog.cpp
+++ b/src/c_fl_dialog.cpp
diff --git a/c_fl_dialog.h b/src/c_fl_dialog.h
index 6804022..6804022 100644
--- a/c_fl_dialog.h
+++ b/src/c_fl_dialog.h
diff --git a/c_fl_double_window.cpp b/src/c_fl_double_window.cpp
index 7f29af8..7f29af8 100644
--- a/c_fl_double_window.cpp
+++ b/src/c_fl_double_window.cpp
diff --git a/c_fl_double_window.h b/src/c_fl_double_window.h
index 3be3588..3be3588 100644
--- a/c_fl_double_window.h
+++ b/src/c_fl_double_window.h
diff --git a/c_fl_group.cpp b/src/c_fl_group.cpp
index 9ea2764..9ea2764 100644
--- a/c_fl_group.cpp
+++ b/src/c_fl_group.cpp
diff --git a/c_fl_group.h b/src/c_fl_group.h
index 9b58f8c..9b58f8c 100644
--- a/c_fl_group.h
+++ b/src/c_fl_group.h
diff --git a/c_fl_image.cpp b/src/c_fl_image.cpp
index 8222392..8222392 100644
--- a/c_fl_image.cpp
+++ b/src/c_fl_image.cpp
diff --git a/c_fl_image.h b/src/c_fl_image.h
index a4be6df..a4be6df 100644
--- a/c_fl_image.h
+++ b/src/c_fl_image.h
diff --git a/c_fl_input.cpp b/src/c_fl_input.cpp
index 4f19bd1..4f19bd1 100644
--- a/c_fl_input.cpp
+++ b/src/c_fl_input.cpp
diff --git a/c_fl_input.h b/src/c_fl_input.h
index cb40d42..cb40d42 100644
--- a/c_fl_input.h
+++ b/src/c_fl_input.h
diff --git a/c_fl_int_input.cpp b/src/c_fl_int_input.cpp
index 2224857..2224857 100644
--- a/c_fl_int_input.cpp
+++ b/src/c_fl_int_input.cpp
diff --git a/c_fl_int_input.h b/src/c_fl_int_input.h
index 5d99c3f..5d99c3f 100644
--- a/c_fl_int_input.h
+++ b/src/c_fl_int_input.h
diff --git a/c_fl_light_button.cpp b/src/c_fl_light_button.cpp
index daa99ef..daa99ef 100644
--- a/c_fl_light_button.cpp
+++ b/src/c_fl_light_button.cpp
diff --git a/c_fl_light_button.h b/src/c_fl_light_button.h
index f8c005d..f8c005d 100644
--- a/c_fl_light_button.h
+++ b/src/c_fl_light_button.h
diff --git a/c_fl_menu.cpp b/src/c_fl_menu.cpp
index f8c7b9e..f8c7b9e 100644
--- a/c_fl_menu.cpp
+++ b/src/c_fl_menu.cpp
diff --git a/c_fl_menu.h b/src/c_fl_menu.h
index 2b9aa68..2b9aa68 100644
--- a/c_fl_menu.h
+++ b/src/c_fl_menu.h
diff --git a/c_fl_menu_bar.cpp b/src/c_fl_menu_bar.cpp
index 3349008..3349008 100644
--- a/c_fl_menu_bar.cpp
+++ b/src/c_fl_menu_bar.cpp
diff --git a/c_fl_menu_bar.h b/src/c_fl_menu_bar.h
index a09d22b..a09d22b 100644
--- a/c_fl_menu_bar.h
+++ b/src/c_fl_menu_bar.h
diff --git a/c_fl_menu_button.cpp b/src/c_fl_menu_button.cpp
index 864dd3e..864dd3e 100644
--- a/c_fl_menu_button.cpp
+++ b/src/c_fl_menu_button.cpp
diff --git a/c_fl_menu_button.h b/src/c_fl_menu_button.h
index 8c089b6..8c089b6 100644
--- a/c_fl_menu_button.h
+++ b/src/c_fl_menu_button.h
diff --git a/c_fl_menu_window.cpp b/src/c_fl_menu_window.cpp
index 66ad6f3..66ad6f3 100644
--- a/c_fl_menu_window.cpp
+++ b/src/c_fl_menu_window.cpp
diff --git a/c_fl_menu_window.h b/src/c_fl_menu_window.h
index 3322b29..3322b29 100644
--- a/c_fl_menu_window.h
+++ b/src/c_fl_menu_window.h
diff --git a/c_fl_png_image.cpp b/src/c_fl_png_image.cpp
index 16d5927..16d5927 100644
--- a/c_fl_png_image.cpp
+++ b/src/c_fl_png_image.cpp
diff --git a/c_fl_png_image.h b/src/c_fl_png_image.h
index a67a5aa..a67a5aa 100644
--- a/c_fl_png_image.h
+++ b/src/c_fl_png_image.h
diff --git a/c_fl_radio_button.cpp b/src/c_fl_radio_button.cpp
index 1cac323..1cac323 100644
--- a/c_fl_radio_button.cpp
+++ b/src/c_fl_radio_button.cpp
diff --git a/c_fl_radio_button.h b/src/c_fl_radio_button.h
index d9ea819..d9ea819 100644
--- a/c_fl_radio_button.h
+++ b/src/c_fl_radio_button.h
diff --git a/c_fl_radio_light_button.cpp b/src/c_fl_radio_light_button.cpp
index 7dd4a5f..7dd4a5f 100644
--- a/c_fl_radio_light_button.cpp
+++ b/src/c_fl_radio_light_button.cpp
diff --git a/c_fl_radio_light_button.h b/src/c_fl_radio_light_button.h
index ee5f2a1..ee5f2a1 100644
--- a/c_fl_radio_light_button.h
+++ b/src/c_fl_radio_light_button.h
diff --git a/c_fl_radio_round_button.cpp b/src/c_fl_radio_round_button.cpp
index 9e94244..9e94244 100644
--- a/c_fl_radio_round_button.cpp
+++ b/src/c_fl_radio_round_button.cpp
diff --git a/c_fl_radio_round_button.h b/src/c_fl_radio_round_button.h
index 34f1189..34f1189 100644
--- a/c_fl_radio_round_button.h
+++ b/src/c_fl_radio_round_button.h
diff --git a/c_fl_repeat_button.cpp b/src/c_fl_repeat_button.cpp
index eafefde..eafefde 100644
--- a/c_fl_repeat_button.cpp
+++ b/src/c_fl_repeat_button.cpp
diff --git a/c_fl_repeat_button.h b/src/c_fl_repeat_button.h
index d899730..d899730 100644
--- a/c_fl_repeat_button.h
+++ b/src/c_fl_repeat_button.h
diff --git a/c_fl_return_button.cpp b/src/c_fl_return_button.cpp
index 5f87fb3..5f87fb3 100644
--- a/c_fl_return_button.cpp
+++ b/src/c_fl_return_button.cpp
diff --git a/c_fl_return_button.h b/src/c_fl_return_button.h
index 558e9dc..558e9dc 100644
--- a/c_fl_return_button.h
+++ b/src/c_fl_return_button.h
diff --git a/c_fl_round_button.cpp b/src/c_fl_round_button.cpp
index b33448f..b33448f 100644
--- a/c_fl_round_button.cpp
+++ b/src/c_fl_round_button.cpp
diff --git a/c_fl_round_button.h b/src/c_fl_round_button.h
index 36113a4..36113a4 100644
--- a/c_fl_round_button.h
+++ b/src/c_fl_round_button.h
diff --git a/c_fl_single_window.cpp b/src/c_fl_single_window.cpp
index ec9a315..ec9a315 100644
--- a/c_fl_single_window.cpp
+++ b/src/c_fl_single_window.cpp
diff --git a/c_fl_single_window.h b/src/c_fl_single_window.h
index 96f6d5b..96f6d5b 100644
--- a/c_fl_single_window.h
+++ b/src/c_fl_single_window.h
diff --git a/c_fl_text_buffer.cpp b/src/c_fl_text_buffer.cpp
index 71f04d2..71f04d2 100644
--- a/c_fl_text_buffer.cpp
+++ b/src/c_fl_text_buffer.cpp
diff --git a/c_fl_text_buffer.h b/src/c_fl_text_buffer.h
index 1551d2b..1551d2b 100644
--- a/c_fl_text_buffer.h
+++ b/src/c_fl_text_buffer.h
diff --git a/c_fl_text_display.cpp b/src/c_fl_text_display.cpp
index b9e59c6..b9e59c6 100644
--- a/c_fl_text_display.cpp
+++ b/src/c_fl_text_display.cpp
diff --git a/c_fl_text_display.h b/src/c_fl_text_display.h
index dbd683f..dbd683f 100644
--- a/c_fl_text_display.h
+++ b/src/c_fl_text_display.h
diff --git a/c_fl_text_editor.cpp b/src/c_fl_text_editor.cpp
index c28f6fa..c28f6fa 100644
--- a/c_fl_text_editor.cpp
+++ b/src/c_fl_text_editor.cpp
diff --git a/c_fl_text_editor.h b/src/c_fl_text_editor.h
index ebaab0d..ebaab0d 100644
--- a/c_fl_text_editor.h
+++ b/src/c_fl_text_editor.h
diff --git a/c_fl_toggle_button.cpp b/src/c_fl_toggle_button.cpp
index d52e72e..d52e72e 100644
--- a/c_fl_toggle_button.cpp
+++ b/src/c_fl_toggle_button.cpp
diff --git a/c_fl_toggle_button.h b/src/c_fl_toggle_button.h
index ed86ed4..ed86ed4 100644
--- a/c_fl_toggle_button.h
+++ b/src/c_fl_toggle_button.h
diff --git a/c_fl_widget.cpp b/src/c_fl_widget.cpp
index 30c4de3..30c4de3 100644
--- a/c_fl_widget.cpp
+++ b/src/c_fl_widget.cpp
diff --git a/c_fl_widget.h b/src/c_fl_widget.h
index 3c20dc2..3c20dc2 100644
--- a/c_fl_widget.h
+++ b/src/c_fl_widget.h
diff --git a/c_fl_window.cpp b/src/c_fl_window.cpp
index fbce39b..fbce39b 100644
--- a/c_fl_window.cpp
+++ b/src/c_fl_window.cpp
diff --git a/c_fl_window.h b/src/c_fl_window.h
index c382919..c382919 100644
--- a/c_fl_window.h
+++ b/src/c_fl_window.h
diff --git a/fltk-dialogs.adb b/src/fltk-dialogs.adb
index 0c9adcf..0c9adcf 100644
--- a/fltk-dialogs.adb
+++ b/src/fltk-dialogs.adb
diff --git a/fltk-dialogs.ads b/src/fltk-dialogs.ads
index cb5b966..cb5b966 100644
--- a/fltk-dialogs.ads
+++ b/src/fltk-dialogs.ads
diff --git a/fltk-enum_values.ads b/src/fltk-enum_values.ads
index 068d5c1..068d5c1 100644
--- a/fltk-enum_values.ads
+++ b/src/fltk-enum_values.ads
diff --git a/fltk-enums.adb b/src/fltk-enums.adb
index 292e5ff..292e5ff 100644
--- a/fltk-enums.adb
+++ b/src/fltk-enums.adb
diff --git a/fltk-enums.ads b/src/fltk-enums.ads
index 91f7353..91f7353 100644
--- a/fltk-enums.ads
+++ b/src/fltk-enums.ads
diff --git a/fltk-images-rgb-png.adb b/src/fltk-images-rgb-png.adb
index ecb2f5e..ecb2f5e 100644
--- a/fltk-images-rgb-png.adb
+++ b/src/fltk-images-rgb-png.adb
diff --git a/fltk-images-rgb-png.ads b/src/fltk-images-rgb-png.ads
index 0b44cb0..0b44cb0 100644
--- a/fltk-images-rgb-png.ads
+++ b/src/fltk-images-rgb-png.ads
diff --git a/fltk-images-rgb.adb b/src/fltk-images-rgb.adb
index 3556f74..3556f74 100644
--- a/fltk-images-rgb.adb
+++ b/src/fltk-images-rgb.adb
diff --git a/fltk-images-rgb.ads b/src/fltk-images-rgb.ads
index ba47793..ba47793 100644
--- a/fltk-images-rgb.ads
+++ b/src/fltk-images-rgb.ads
diff --git a/fltk-images.adb b/src/fltk-images.adb
index bbd87c9..bbd87c9 100644
--- a/fltk-images.adb
+++ b/src/fltk-images.adb
diff --git a/fltk-images.ads b/src/fltk-images.ads
index f005443..f005443 100644
--- a/fltk-images.ads
+++ b/src/fltk-images.ads
diff --git a/fltk-text_buffers.adb b/src/fltk-text_buffers.adb
index 52f12e0..52f12e0 100644
--- a/fltk-text_buffers.adb
+++ b/src/fltk-text_buffers.adb
diff --git a/fltk-text_buffers.ads b/src/fltk-text_buffers.ads
index d3e1bab..d3e1bab 100644
--- a/fltk-text_buffers.ads
+++ b/src/fltk-text_buffers.ads
diff --git a/fltk-widgets-boxes.adb b/src/fltk-widgets-boxes.adb
index 7b70f01..7b70f01 100644
--- a/fltk-widgets-boxes.adb
+++ b/src/fltk-widgets-boxes.adb
diff --git a/fltk-widgets-boxes.ads b/src/fltk-widgets-boxes.ads
index 00f84d4..00f84d4 100644
--- a/fltk-widgets-boxes.ads
+++ b/src/fltk-widgets-boxes.ads
diff --git a/fltk-widgets-buttons-enter.adb b/src/fltk-widgets-buttons-enter.adb
index bbef830..bbef830 100644
--- a/fltk-widgets-buttons-enter.adb
+++ b/src/fltk-widgets-buttons-enter.adb
diff --git a/fltk-widgets-buttons-enter.ads b/src/fltk-widgets-buttons-enter.ads
index 1db7308..1db7308 100644
--- a/fltk-widgets-buttons-enter.ads
+++ b/src/fltk-widgets-buttons-enter.ads
diff --git a/fltk-widgets-buttons-light-check.adb b/src/fltk-widgets-buttons-light-check.adb
index 7f16c9d..7f16c9d 100644
--- a/fltk-widgets-buttons-light-check.adb
+++ b/src/fltk-widgets-buttons-light-check.adb
diff --git a/fltk-widgets-buttons-light-check.ads b/src/fltk-widgets-buttons-light-check.ads
index 1ab34f0..1ab34f0 100644
--- a/fltk-widgets-buttons-light-check.ads
+++ b/src/fltk-widgets-buttons-light-check.ads
diff --git a/fltk-widgets-buttons-light-radio.adb b/src/fltk-widgets-buttons-light-radio.adb
index 1a741b9..1a741b9 100644
--- a/fltk-widgets-buttons-light-radio.adb
+++ b/src/fltk-widgets-buttons-light-radio.adb
diff --git a/fltk-widgets-buttons-light-radio.ads b/src/fltk-widgets-buttons-light-radio.ads
index bad0a92..bad0a92 100644
--- a/fltk-widgets-buttons-light-radio.ads
+++ b/src/fltk-widgets-buttons-light-radio.ads
diff --git a/fltk-widgets-buttons-light-round-radio.adb b/src/fltk-widgets-buttons-light-round-radio.adb
index c61430f..c61430f 100644
--- a/fltk-widgets-buttons-light-round-radio.adb
+++ b/src/fltk-widgets-buttons-light-round-radio.adb
diff --git a/fltk-widgets-buttons-light-round-radio.ads b/src/fltk-widgets-buttons-light-round-radio.ads
index ad1eec7..ad1eec7 100644
--- a/fltk-widgets-buttons-light-round-radio.ads
+++ b/src/fltk-widgets-buttons-light-round-radio.ads
diff --git a/fltk-widgets-buttons-light-round.adb b/src/fltk-widgets-buttons-light-round.adb
index 8be6a4e..8be6a4e 100644
--- a/fltk-widgets-buttons-light-round.adb
+++ b/src/fltk-widgets-buttons-light-round.adb
diff --git a/fltk-widgets-buttons-light-round.ads b/src/fltk-widgets-buttons-light-round.ads
index 7cb99b8..7cb99b8 100644
--- a/fltk-widgets-buttons-light-round.ads
+++ b/src/fltk-widgets-buttons-light-round.ads
diff --git a/fltk-widgets-buttons-light.adb b/src/fltk-widgets-buttons-light.adb
index cefc9ef..cefc9ef 100644
--- a/fltk-widgets-buttons-light.adb
+++ b/src/fltk-widgets-buttons-light.adb
diff --git a/fltk-widgets-buttons-light.ads b/src/fltk-widgets-buttons-light.ads
index 6fe7a76..6fe7a76 100644
--- a/fltk-widgets-buttons-light.ads
+++ b/src/fltk-widgets-buttons-light.ads
diff --git a/fltk-widgets-buttons-radio.adb b/src/fltk-widgets-buttons-radio.adb
index d3fd405..d3fd405 100644
--- a/fltk-widgets-buttons-radio.adb
+++ b/src/fltk-widgets-buttons-radio.adb
diff --git a/fltk-widgets-buttons-radio.ads b/src/fltk-widgets-buttons-radio.ads
index cf14eeb..cf14eeb 100644
--- a/fltk-widgets-buttons-radio.ads
+++ b/src/fltk-widgets-buttons-radio.ads
diff --git a/fltk-widgets-buttons-repeat.adb b/src/fltk-widgets-buttons-repeat.adb
index 8e81a8e..8e81a8e 100644
--- a/fltk-widgets-buttons-repeat.adb
+++ b/src/fltk-widgets-buttons-repeat.adb
diff --git a/fltk-widgets-buttons-repeat.ads b/src/fltk-widgets-buttons-repeat.ads
index 5c27b40..5c27b40 100644
--- a/fltk-widgets-buttons-repeat.ads
+++ b/src/fltk-widgets-buttons-repeat.ads
diff --git a/fltk-widgets-buttons-toggle.adb b/src/fltk-widgets-buttons-toggle.adb
index 9b8ce83..9b8ce83 100644
--- a/fltk-widgets-buttons-toggle.adb
+++ b/src/fltk-widgets-buttons-toggle.adb
diff --git a/fltk-widgets-buttons-toggle.ads b/src/fltk-widgets-buttons-toggle.ads
index a8f4181..a8f4181 100644
--- a/fltk-widgets-buttons-toggle.ads
+++ b/src/fltk-widgets-buttons-toggle.ads
diff --git a/fltk-widgets-buttons.adb b/src/fltk-widgets-buttons.adb
index bc79b9c..bc79b9c 100644
--- a/fltk-widgets-buttons.adb
+++ b/src/fltk-widgets-buttons.adb
diff --git a/fltk-widgets-buttons.ads b/src/fltk-widgets-buttons.ads
index 403ad1a..403ad1a 100644
--- a/fltk-widgets-buttons.ads
+++ b/src/fltk-widgets-buttons.ads
diff --git a/fltk-widgets-groups-text_displays-text_editors.adb b/src/fltk-widgets-groups-text_displays-text_editors.adb
index 0172128..0172128 100644
--- a/fltk-widgets-groups-text_displays-text_editors.adb
+++ b/src/fltk-widgets-groups-text_displays-text_editors.adb
diff --git a/fltk-widgets-groups-text_displays-text_editors.ads b/src/fltk-widgets-groups-text_displays-text_editors.ads
index d4c9b85..d4c9b85 100644
--- a/fltk-widgets-groups-text_displays-text_editors.ads
+++ b/src/fltk-widgets-groups-text_displays-text_editors.ads
diff --git a/fltk-widgets-groups-text_displays.adb b/src/fltk-widgets-groups-text_displays.adb
index 1aa5962..1aa5962 100644
--- a/fltk-widgets-groups-text_displays.adb
+++ b/src/fltk-widgets-groups-text_displays.adb
diff --git a/fltk-widgets-groups-text_displays.ads b/src/fltk-widgets-groups-text_displays.ads
index 0e136ff..0e136ff 100644
--- a/fltk-widgets-groups-text_displays.ads
+++ b/src/fltk-widgets-groups-text_displays.ads
diff --git a/fltk-widgets-groups-windows-double.adb b/src/fltk-widgets-groups-windows-double.adb
index 407c018..407c018 100644
--- a/fltk-widgets-groups-windows-double.adb
+++ b/src/fltk-widgets-groups-windows-double.adb
diff --git a/fltk-widgets-groups-windows-double.ads b/src/fltk-widgets-groups-windows-double.ads
index 214f698..214f698 100644
--- a/fltk-widgets-groups-windows-double.ads
+++ b/src/fltk-widgets-groups-windows-double.ads
diff --git a/fltk-widgets-groups-windows-single-menu.adb b/src/fltk-widgets-groups-windows-single-menu.adb
index 8345308..8345308 100644
--- a/fltk-widgets-groups-windows-single-menu.adb
+++ b/src/fltk-widgets-groups-windows-single-menu.adb
diff --git a/fltk-widgets-groups-windows-single-menu.ads b/src/fltk-widgets-groups-windows-single-menu.ads
index f5d88e7..f5d88e7 100644
--- a/fltk-widgets-groups-windows-single-menu.ads
+++ b/src/fltk-widgets-groups-windows-single-menu.ads
diff --git a/fltk-widgets-groups-windows-single.adb b/src/fltk-widgets-groups-windows-single.adb
index 16c5f44..16c5f44 100644
--- a/fltk-widgets-groups-windows-single.adb
+++ b/src/fltk-widgets-groups-windows-single.adb
diff --git a/fltk-widgets-groups-windows-single.ads b/src/fltk-widgets-groups-windows-single.ads
index 07a2bca..07a2bca 100644
--- a/fltk-widgets-groups-windows-single.ads
+++ b/src/fltk-widgets-groups-windows-single.ads
diff --git a/fltk-widgets-groups-windows.adb b/src/fltk-widgets-groups-windows.adb
index 2d93bdd..2d93bdd 100644
--- a/fltk-widgets-groups-windows.adb
+++ b/src/fltk-widgets-groups-windows.adb
diff --git a/fltk-widgets-groups-windows.ads b/src/fltk-widgets-groups-windows.ads
index 96047ee..96047ee 100644
--- a/fltk-widgets-groups-windows.ads
+++ b/src/fltk-widgets-groups-windows.ads
diff --git a/fltk-widgets-groups.adb b/src/fltk-widgets-groups.adb
index 067407d..067407d 100644
--- a/fltk-widgets-groups.adb
+++ b/src/fltk-widgets-groups.adb
diff --git a/fltk-widgets-groups.ads b/src/fltk-widgets-groups.ads
index 57faf87..57faf87 100644
--- a/fltk-widgets-groups.ads
+++ b/src/fltk-widgets-groups.ads
diff --git a/fltk-widgets-inputs-int.adb b/src/fltk-widgets-inputs-int.adb
index 30f3d01..30f3d01 100644
--- a/fltk-widgets-inputs-int.adb
+++ b/src/fltk-widgets-inputs-int.adb
diff --git a/fltk-widgets-inputs-int.ads b/src/fltk-widgets-inputs-int.ads
index 2777f54..2777f54 100644
--- a/fltk-widgets-inputs-int.ads
+++ b/src/fltk-widgets-inputs-int.ads
diff --git a/fltk-widgets-inputs.adb b/src/fltk-widgets-inputs.adb
index 9af8e87..9af8e87 100644
--- a/fltk-widgets-inputs.adb
+++ b/src/fltk-widgets-inputs.adb
diff --git a/fltk-widgets-inputs.ads b/src/fltk-widgets-inputs.ads
index 0f818ac..0f818ac 100644
--- a/fltk-widgets-inputs.ads
+++ b/src/fltk-widgets-inputs.ads
diff --git a/fltk-widgets-menus-menu_bars.adb b/src/fltk-widgets-menus-menu_bars.adb
index 19d44e0..19d44e0 100644
--- a/fltk-widgets-menus-menu_bars.adb
+++ b/src/fltk-widgets-menus-menu_bars.adb
diff --git a/fltk-widgets-menus-menu_bars.ads b/src/fltk-widgets-menus-menu_bars.ads
index 0f975b3..0f975b3 100644
--- a/fltk-widgets-menus-menu_bars.ads
+++ b/src/fltk-widgets-menus-menu_bars.ads
diff --git a/fltk-widgets-menus-menu_buttons.adb b/src/fltk-widgets-menus-menu_buttons.adb
index 8347099..8347099 100644
--- a/fltk-widgets-menus-menu_buttons.adb
+++ b/src/fltk-widgets-menus-menu_buttons.adb
diff --git a/fltk-widgets-menus-menu_buttons.ads b/src/fltk-widgets-menus-menu_buttons.ads
index 5527abc..5527abc 100644
--- a/fltk-widgets-menus-menu_buttons.ads
+++ b/src/fltk-widgets-menus-menu_buttons.ads
diff --git a/fltk-widgets-menus.adb b/src/fltk-widgets-menus.adb
index b92f0a1..b92f0a1 100644
--- a/fltk-widgets-menus.adb
+++ b/src/fltk-widgets-menus.adb
diff --git a/fltk-widgets-menus.ads b/src/fltk-widgets-menus.ads
index d01f02e..d01f02e 100644
--- a/fltk-widgets-menus.ads
+++ b/src/fltk-widgets-menus.ads
diff --git a/fltk-widgets.adb b/src/fltk-widgets.adb
index 9ec2350..9ec2350 100644
--- a/fltk-widgets.adb
+++ b/src/fltk-widgets.adb
diff --git a/fltk-widgets.ads b/src/fltk-widgets.ads
index d1c4b89..d1c4b89 100644
--- a/fltk-widgets.ads
+++ b/src/fltk-widgets.ads
diff --git a/fltk.adb b/src/fltk.adb
index 983f308..983f308 100644
--- a/fltk.adb
+++ b/src/fltk.adb
diff --git a/fltk.ads b/src/fltk.ads
index 490050d..490050d 100644
--- a/fltk.ads
+++ b/src/fltk.ads