diff options
Diffstat (limited to 'win')
| -rw-r--r-- | win/win.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |