From b870f2a1e8fcb956ce316e6a600d7d0625604830 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 29 Dec 2024 23:51:07 +1300 Subject: Revised FLTK.Devices.Surface subhierarchy --- doc/fl_device.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_device.html') diff --git a/doc/fl_device.html b/doc/fl_device.html index c87b543..11db2e6 100644 --- a/doc/fl_device.html +++ b/doc/fl_device.html @@ -52,7 +52,7 @@
 static const char * class_id = "Fl_Device";
 
-Use runtime tag checks instead +Deprecated, use runtime tag checks instead. @@ -66,7 +66,7 @@ static const char * class_id = "Fl_Device";
 virtual const char * class_name();
 
-Deprecated, use runtime tag checks instead +Deprecated, use runtime tag checks instead. -- cgit