aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/win.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/win.go b/win/win.go
index 519db84..ef6c832 100644
--- a/win/win.go
+++ b/win/win.go
@@ -20,8 +20,8 @@ type options struct {
title string
width, height int
resizable bool
- borderless bool
- maximized bool
+ borderless bool
+ maximized bool
}
// Title option sets the title (caption) of the window.