mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Make all service memory structures OFW comaptible
This commit is contained in:
@@ -55,10 +55,10 @@ struct Desktop {
|
||||
ViewStack* locked_view_stack;
|
||||
|
||||
DesktopSettings settings;
|
||||
Keybind keybinds[KeybindTypeCount][KeybindKeyCount];
|
||||
DesktopViewPinInput* pin_input_view;
|
||||
|
||||
ViewPort* lock_icon_viewport;
|
||||
ViewPort* _dummy_mode_icon_viewport; // Unused, kept for compatibility
|
||||
ViewPort* clock_viewport;
|
||||
ViewPort* stealth_mode_icon_viewport;
|
||||
|
||||
@@ -80,6 +80,8 @@ struct Desktop {
|
||||
bool time_format_12 : 1; // 1 - 12 hour, 0 - 24H
|
||||
|
||||
bool in_transition : 1;
|
||||
|
||||
Keybind keybinds[KeybindTypeCount][KeybindKeyCount];
|
||||
};
|
||||
|
||||
Desktop* desktop_alloc();
|
||||
|
||||
Reference in New Issue
Block a user