Changes in uspace/lib/ui/private/filedialog.h [11662bd:5e109e1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/filedialog.h
r11662bd r5e109e1 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 47 47 /** File name entry */ 48 48 struct ui_entry *ename; 49 /** File list */50 struct ui_file_list *flist;51 49 /** OK button */ 52 50 struct ui_pbutton *bok;
Note:
See TracChangeset
for help on using the changeset viewer.