summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 1fd74046e6..967bd55c02 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -119,6 +119,7 @@ struct screen
119 void (*icon)(int icon, bool enable); 119 void (*icon)(int icon, bool enable);
120 unsigned long (*get_locked_pattern)(void); 120 unsigned long (*get_locked_pattern)(void);
121 void (*define_pattern)(unsigned long ucs, const char *pattern); 121 void (*define_pattern)(unsigned long ucs, const char *pattern);
122 void (*unlock_pattern)(unsigned long ucs);
122#endif 123#endif
123 void (*init)(void); 124 void (*init)(void);
124 void (*putsxy)(int x, int y, const unsigned char *str); 125 void (*putsxy)(int x, int y, const unsigned char *str);