From 29d9e31c51e6c11d6e33abf9bc4551afd9de3836 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 31 Jan 2022 22:27:17 +0100 Subject: Consolidate timeout handling across platforms (#379) Add Fl_Timeout class Move platform independent code of Fl::wait() to main part - basic timeout handling - Fl::run_checks() - Fl::run_idle() - Fl::idle() - waiting time calculation (next timeout) - remove platform dependent "screen driver" stuff --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6df91602f..f98ca0279 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2021 by Bill Spitzak and others. +# Copyright 1998-2022 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -92,6 +92,7 @@ CPPFILES = \ Fl_Text_Editor.cxx \ Fl_Tile.cxx \ Fl_Tiled_Image.cxx \ + Fl_Timeout.cxx \ Fl_Tree.cxx \ Fl_Tree_Item.cxx \ Fl_Tree_Item_Array.cxx \ -- cgit v1.2.3