Changeset 3e41cc4 in mainline for uspace/lib/ui/private


Ignore:
Timestamp:
2025-10-19T13:08:37Z (2 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
5bf9ca21, aefdccd, c81ab84, e6b4d2d, fa655ae0
Parents:
bb4d0b5
Message:

Repaint all windows in fullscreen mode in ui_paint().

After error dialog is closed in Navigator, need to also repaint main window,
not just progress window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/window.h

    rbb4d0b5 r3e41cc4  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    136136extern errno_t ui_window_size_change(ui_window_t *, gfx_rect_t *,
    137137    ui_wnd_sc_op_t);
     138extern ui_window_t *ui_window_get_active(ui_t *);
     139extern ui_window_t *ui_window_first(ui_t *);
     140extern ui_window_t *ui_window_next(ui_window_t *);
    138141
    139142#endif
Note: See TracChangeset for help on using the changeset viewer.