summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-29 23:06:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-29 23:06:10 +0000
commit2e958f4a4d0ecf58656d9529b1281753bb1fbfd5 (patch)
tree2def537502f20dc4be9aebe511b273c961a9812e /amiga/plotters.c
parent64575f2aed9b8f205a6dc1c721e441197c1c2e1f (diff)
downloadnetsurf-2e958f4a4d0ecf58656d9529b1281753bb1fbfd5.tar.gz
netsurf-2e958f4a4d0ecf58656d9529b1281753bb1fbfd5.tar.bz2
Fix OS3 button disabling
Testing reveals OS3's button.gadget doesn't support OM_GET for GA_Disabled. In addition, we fix OS4's boolean comparisons to ensure we only check against FALSE and !FALSE
Diffstat (limited to 'amiga/plotters.c')
-rw-r--r--amiga/plotters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index c6c546b03..0a0057cb4 100644
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -189,6 +189,7 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height, bool for
}
init_layers_count++;
+ LOG("Layer initialised (total: %d)", init_layers_count);
}
void ami_free_layers(struct gui_globals *gg)