io/system: describe FrameEvent.Insets more precisely

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2022-04-15 11:32:32 +02:00
parent 6c76fa6dec
commit 3a4b8b81ec
+1 -1
View File
@@ -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.