From 2e958f4a4d0ecf58656d9529b1281753bb1fbfd5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 29 Feb 2016 23:06:10 +0000 Subject: 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 --- amiga/plotters.c | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/plotters.c') 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) -- cgit v1.2.3