Ignore:
File:
1 edited

Legend:

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

    r5e109e1 r11662bd  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4747        /** File name entry */
    4848        struct ui_entry *ename;
     49        /** File list */
     50        struct ui_file_list *flist;
    4951        /** OK button */
    5052        struct ui_pbutton *bok;
Note: See TracChangeset for help on using the changeset viewer.