summaryrefslogtreecommitdiff
path: root/apps/gui/backdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/backdrop.h')
-rw-r--r--apps/gui/backdrop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/backdrop.h b/apps/gui/backdrop.h
index f3ef1d7686..0778fa9f2f 100644
--- a/apps/gui/backdrop.h
+++ b/apps/gui/backdrop.h
@@ -59,7 +59,7 @@ static inline void backdrop_show(enum backdrop_type bdrop)
59/* no main backdrop, stubs! */ 59/* no main backdrop, stubs! */
60#if LCD_REMOTE_DEPTH > 1 60#if LCD_REMOTE_DEPTH > 1
61bool remote_backdrop_load(enum backdrop_type bdrop,const char* filename); 61bool remote_backdrop_load(enum backdrop_type bdrop,const char* filename);
62void remote_backdropunload(enum backdrop_type bdrop); 62void remote_backdrop_unload(enum backdrop_type bdrop);
63void remote_backdrop_show(enum backdrop_type bdrop); 63void remote_backdrop_show(enum backdrop_type bdrop);
64#else 64#else
65static inline 65static inline