From 750e8c7d3cd011f298c528c81efe63b1dd53ec90 Mon Sep 17 00:00:00 2001 From: Id405 <8o7wermobile@gmail.com> Date: Fri, 10 May 2019 21:04:47 -0800 Subject: Update win.go --- win/win.go | 4 ++-- 1 file 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. -- cgit v1.2.3