From 6673742a204f298db1ca983da0184224d9f21649 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 24 Dec 2024 15:30:47 +1300 Subject: Fixed issue with checking runtime tags for Surfaces --- doc/fl_surface_device.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_surface_device.html') diff --git a/doc/fl_surface_device.html b/doc/fl_surface_device.html index b6ba5f5..48a1693 100644 --- a/doc/fl_surface_device.html +++ b/doc/fl_surface_device.html @@ -68,7 +68,7 @@ Fl_Surface_Device(Fl_Graphics_Driver *graphics_driver);
 function Create
-       (Graphics : in FLTK.Devices.Graphics.Graphics_Driver)
+       (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver)
     return Surface_Device;
 
@@ -109,7 +109,7 @@ void driver(Fl_Graphics_Driver *graphics_driver);
 procedure Set_Driver
        (This   : in out Surface_Device;
-        Driver : in     FLTK.Devices.Graphics.Graphics_Driver'Class);
+        Driver : in out FLTK.Devices.Graphics.Graphics_Driver'Class);
 
-- cgit