Changes in uspace/app/taskbar/test/tbsmenu.c [5d9403d5:d92b8e8f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/test/tbsmenu.c
r5d9403d5 rd92b8e8f 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 61 61 ui_window_add(window, ui_fixed_ctl(fixed)); 62 62 63 rc = tbsmenu_create(window, fixed, &tbsmenu);63 rc = tbsmenu_create(window, fixed, UI_DISPLAY_DEFAULT, &tbsmenu); 64 64 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 65 65 … … 92 92 ui_window_add(window, ui_fixed_ctl(fixed)); 93 93 94 rc = tbsmenu_create(window, fixed, &tbsmenu);94 rc = tbsmenu_create(window, fixed, UI_DISPLAY_DEFAULT, &tbsmenu); 95 95 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 96 96
Note:
See TracChangeset
for help on using the changeset viewer.