Changeset 7aa9fa1b in mainline
- Timestamp:
- 2023-10-13T20:28:47Z (15 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 489f405
- Parents:
- 5d9403d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.c
r5d9403d5 r7aa9fa1b 189 189 } 190 190 191 ui_window_set_cb(taskbar->window, &window_cb, (void *)taskbar);192 193 191 rc = ui_fixed_create(&taskbar->fixed); 194 192 if (rc != EOK) { … … 275 273 276 274 ui_window_add(taskbar->window, ui_fixed_ctl(taskbar->fixed)); 275 ui_window_set_cb(taskbar->window, &window_cb, (void *)taskbar); 277 276 278 277 rc = ui_window_paint(taskbar->window);
Note:
See TracChangeset
for help on using the changeset viewer.