summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-04 14:45:23 -0600
committerJeff Carr <[email protected]>2025-02-04 14:45:23 -0600
commit8ce9ca882a4031ed9632125ce1efe45560bdeeed (patch)
tree49fc92c1ca4f92e8866055c8beb8a61511631e91 /window.go
parentbf8cbddf1ac6b65c1a77dae0b7ccd910a9e96a3d (diff)
still a no
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