feat: wi-fi - expand support and fix issues, add GUI components
This commit is contained in:
@@ -158,12 +158,22 @@ gui::CursorStyle cursor_for_edge(gui::ResizeEdge edge);
|
||||
void desktop_draw_app_menu(gui::DesktopState* ds);
|
||||
void desktop_draw_net_popup(gui::DesktopState* ds);
|
||||
void desktop_draw_vol_popup(gui::DesktopState* ds);
|
||||
const montauk::abi::NetIfInfo* desktop_eth_iface(const gui::DesktopState* ds);
|
||||
bool desktop_eth_online(const gui::DesktopState* ds);
|
||||
|
||||
// wifi.cpp
|
||||
void desktop_wifi_init(gui::DesktopState* ds);
|
||||
bool desktop_wifi_poll(gui::DesktopState* ds, uint64_t now);
|
||||
void desktop_draw_wifi_popup(gui::DesktopState* ds);
|
||||
bool desktop_wifi_handle_mouse(gui::DesktopState* ds, int mx, int my,
|
||||
bool left_pressed, int scroll);
|
||||
|
||||
// compose.cpp
|
||||
void desktop_draw_lock_screen(gui::DesktopState* ds);
|
||||
void desktop_mark_background_dirty(gui::DesktopState* ds);
|
||||
|
||||
// main.cpp
|
||||
void desktop_refresh_netifs(gui::DesktopState* ds);
|
||||
void desktop_scan_apps(gui::DesktopState* ds);
|
||||
void desktop_build_menu(gui::DesktopState* ds);
|
||||
void desktop_open_launcher(gui::DesktopState* ds);
|
||||
|
||||
Reference in New Issue
Block a user