From b88c7d076db8b61ba57ecbe4e2db26e870538536 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 24 Mar 2008 01:00:42 +0000 Subject: The blit functions shouldn't exist for the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16777 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 1563ed3aec..cd426564ba 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -201,7 +201,7 @@ struct plugin_api { || defined (IRIVER_H10) void (*lcd_yuv_set_options)(unsigned options); #endif -#elif (LCD_DEPTH < 4) || !defined(SIMULATOR) +#elif (LCD_DEPTH < 4) && !defined(SIMULATOR) void (*lcd_blit_mono)(const unsigned char *data, int x, int by, int width, int bheight, int stride); void (*lcd_blit_grey_phase)(unsigned char *values, unsigned char *phases, -- cgit v1.2.3