summaryrefslogtreecommitdiff
path: root/imagelist_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'imagelist_windows.go')
-rw-r--r--imagelist_windows.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/imagelist_windows.go b/imagelist_windows.go
index 7ab014b..087bbda 100644
--- a/imagelist_windows.go
+++ b/imagelist_windows.go
@@ -11,9 +11,9 @@ import (
import "C"
type imagelist struct {
- list []C.HBITMAP
- width []int
- height []int
+ list []C.HBITMAP
+ width []int
+ height []int
}
func newImageList() ImageList {