From acee675a5e67635e812a2d325a0f450d3409d53a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 20 Dec 2013 23:34:28 +0100 Subject: lcd-charcell: Add set_drawmode() wrapper to multi-screen API. Change-Id: Idb6477aca8b19cb346ba2c2f5b91074e4679b0dd --- apps/screen_access.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index d5bcd7e095..26c9977bf2 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -66,6 +66,7 @@ struct screen #ifdef HAVE_BUTTONBAR bool has_buttonbar; #endif + void (*set_drawmode)(int mode); void (*set_viewport)(struct viewport* vp); int (*getwidth)(void); int (*getheight)(void); @@ -101,7 +102,6 @@ struct screen void (*bmp)(const struct bitmap *bm, int x, int y); void (*bmp_part)(const struct bitmap* bm, int src_x, int src_y, int x, int y, int width, int height); - void (*set_drawmode)(int mode); #if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1 unsigned (*color_to_native)(unsigned color); #endif -- cgit v1.2.3