summaryrefslogtreecommitdiff
path: root/doc/fl_surface_device.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-12-24 15:30:47 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-12-24 15:30:47 +1300
commit6673742a204f298db1ca983da0184224d9f21649 (patch)
tree9679d4d3b18f14d47ac358787ee7fa9f067c4bf3 /doc/fl_surface_device.html
parentba40e0e277a2a959209e082fd62a3c2e796a9566 (diff)
Fixed issue with checking runtime tags for Surfaces
Diffstat (limited to 'doc/fl_surface_device.html')
-rw-r--r--doc/fl_surface_device.html4
1 files changed, 2 insertions, 2 deletions
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);
</pre></td>
<td><pre>
function Create
- (Graphics : in FLTK.Devices.Graphics.Graphics_Driver)
+ (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver)
return Surface_Device;
</pre></td>
</tr>
@@ -109,7 +109,7 @@ void driver(Fl_Graphics_Driver *graphics_driver);
<td><pre>
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);
</pre></td>
</tr>