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_cairo_window.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_cairo_window.html') diff --git a/doc/fl_cairo_window.html b/doc/fl_cairo_window.html index d6243aa..1454c61 100644 --- a/doc/fl_cairo_window.html +++ b/doc/fl_cairo_window.html @@ -65,7 +65,7 @@ function Create -  +Create a Fl_Cairo_Window and set the label manually.
 function Create
        (W, H : in Integer;
@@ -75,7 +75,7 @@ function Create
   
 
   
- 
+Create a Fl_Cairo_Window and set the label and X,Y coords manually.
 
 function Create
        (X, Y, W, H : in Integer;
-- 
cgit