From 3a4b8b81ecdbeb97f4cf8b2c2aa2e33b15293761 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 15 Apr 2022 11:32:32 +0200 Subject: [PATCH] io/system: describe FrameEvent.Insets more precisely Signed-off-by: Elias Naur --- io/system/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/system/system.go b/io/system/system.go index e8caf8e8..150bcd11 100644 --- a/io/system/system.go +++ b/io/system/system.go @@ -24,7 +24,7 @@ type FrameEvent struct { Metric unit.Metric // Size is the dimensions of the window. Size image.Point - // Insets is the insets to apply. + // Insets represent the space occupied by system decorations and controls. Insets Insets // Frame completes the FrameEvent by drawing the graphical operations // from ops into the window.