Changeset 13277e3 in mainline


Ignore:
Timestamp:
2026-03-08T22:00:20Z (27 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
f6304727
Message:

Add missing comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/nav.c

    rf6304727 r13277e3  
    229229}
    230230
     231/** Compute size of panel rectangle.
     232 *
     233 * @param navigator Navigator
     234 * @param i Panel index (0 .. navigator_panels -1)
     235 * @param rect Place to store rectangle.
     236 */
    231237static void navigator_panel_rect(navigator_t *navigator, unsigned i,
    232238    gfx_rect_t *rect)
Note: See TracChangeset for help on using the changeset viewer.