diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 08:52:28 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 08:52:28 -0700 |
| commit | 5ad5afee4d9cc4b6abb527ded4ff321807af2f0f (patch) | |
| tree | 9cac839bf13298571f6c499ada0505534b8fe3e0 /area.go | |
| parent | 64472bd95f494cf70f1a64f2bcb1269679063e92 (diff) | |
start fixing variable names
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ func findFB(button *ButtonMap) *ButtonMap { return a } -func makeSplashArea(wm *WindowMap, ah *AreaHandler) { +func makeSplashArea(wm *GuiWindow, ah *AreaHandler) { // make this button just to get the default font (but don't display the button) // There should be another way to do this (?) newB := CreateFontButton(wm, "AREA") |
