summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 5ec38151b..d7e08f06a 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3845,8 +3845,8 @@ void gui_window_set_icon(struct gui_window *g, hlcache_handle *icon)
minterm = 0xc0;
} else {
tag = BLITA_MaskPlane;
- tag_data = (ULONG)icon_bitmap->native_mask;
- minterm = 0xc0; /* should be (ABC|ABNC|ANBC); */
+ tag_data = (ULONG)ami_bitmap_get_mask(icon_bitmap, 16, 16);
+ minterm = (ABC|ABNC|ANBC);
}
BltBitMapTags(BLITA_SrcX, 0,
@@ -3928,8 +3928,8 @@ void gui_window_set_search_ico(hlcache_handle *ico)
minterm = 0xc0;
} else {
tag = BLITA_MaskPlane;
- tag_data = (ULONG)ico_bitmap->native_mask;
- minterm = 0xc0; /* should be (ABC|ABNC|ANBC); */
+ tag_data = (ULONG)ami_bitmap_get_mask(ico_bitmap, 16, 16);
+ minterm = (ABC|ABNC|ANBC);
}
BltBitMapTags(BLITA_SrcX, 0,