From e324057cbd9b02704172bb5db4163f4a0c276288 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 15:11:40 +1300 Subject: Closed a few gaps in the APIs of Window derivatives --- doc/fl_gl_window.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/fl_gl_window.html') diff --git a/doc/fl_gl_window.html b/doc/fl_gl_window.html index 5dfc0fe..7f169a0 100644 --- a/doc/fl_gl_window.html +++ b/doc/fl_gl_window.html @@ -233,9 +233,10 @@ procedure Hide_Overlay
 void invalidate();
 
- -Use valid / Set_Valid instead. - +
+procedure Invalidate
+       (This : in out GL_Window);
+
-- cgit