diff options
Diffstat (limited to 'backends/wince/CEActions.h')
-rw-r--r-- | backends/wince/CEActions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/CEActions.h b/backends/wince/CEActions.h index 1ed38fe56f..da28e430cc 100644 --- a/backends/wince/CEActions.h +++ b/backends/wince/CEActions.h @@ -74,6 +74,7 @@ class CEActions { // Utility bool needsRightClickMapping(); + bool needsHideToolbarMapping(); ~CEActions(); private: @@ -86,6 +87,7 @@ class CEActions { unsigned int _action_mapping[ACTION_LAST]; bool _mapping_active; bool _right_click_needed; + bool _hide_toolbar_needed; }; #endif
\ No newline at end of file |