summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index 130c688..83196e2 100644
--- a/window.go
+++ b/window.go
@@ -25,7 +25,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) {
}
// re-draws the buttons for each of the windows
-func (tk *guiWidget) redoWindows(nextW int, nextH int) {
+func redoWindows(nextW int, nextH int) {
for _, win := range findWindows() {
win.gocuiSize.w0 = nextW
win.gocuiSize.h0 = nextH