aboutsummaryrefslogtreecommitdiff
path: root/layout.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-12-02 17:26:17 -0500
committerJeffrey Armstrong <jeff@approximatrix.com>2020-12-02 17:26:17 -0500
commit36bf9cd9fdfc06e12d88fdc647cc932d4a1c6452 (patch)
treea9c4bf087d64e8da84ea223b869e634c8fdbe264 /layout.f90
parentd0529f621ac38f3deed6e02515445eac1f9fdd13 (diff)
downloadLR-87-36bf9cd9fdfc06e12d88fdc647cc932d4a1c6452.tar.gz
LR-87-36bf9cd9fdfc06e12d88fdc647cc932d4a1c6452.zip
Added a new abstract call for renderers to signal layout completion. Switch AppGraphics renderer to double-buffered for smooth display. Accelerated mouse wheel.
Diffstat (limited to 'layout.f90')
-rw-r--r--layout.f902
1 files changed, 2 insertions, 0 deletions
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