From 36bf9cd9fdfc06e12d88fdc647cc932d4a1c6452 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 2 Dec 2020 17:26:17 -0500 Subject: Added a new abstract call for renderers to signal layout completion. Switch AppGraphics renderer to double-buffered for smooth display. Accelerated mouse wheel. --- layout.f90 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layout.f90') diff --git a/layout.f90 b/layout.f90 index 9946fd9..e28981d 100644 --- a/layout.f90 +++ b/layout.f90 @@ -78,6 +78,8 @@ contains end if end do + + call rendering_engine%layout_complete() end subroutine layout_lines -- cgit v1.2.3