mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
io/system: describe FrameEvent.Insets more precisely
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ type FrameEvent struct {
|
|||||||
Metric unit.Metric
|
Metric unit.Metric
|
||||||
// Size is the dimensions of the window.
|
// Size is the dimensions of the window.
|
||||||
Size image.Point
|
Size image.Point
|
||||||
// Insets is the insets to apply.
|
// Insets represent the space occupied by system decorations and controls.
|
||||||
Insets Insets
|
Insets Insets
|
||||||
// Frame completes the FrameEvent by drawing the graphical operations
|
// Frame completes the FrameEvent by drawing the graphical operations
|
||||||
// from ops into the window.
|
// from ops into the window.
|
||||||
|
|||||||
Reference in New Issue
Block a user