Changeset b1f0a14 in mainline for uspace/app/launcher/launcher.h
- Timestamp:
- 2023-01-22T11:05:28Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0161d16
- Parents:
- 5d380b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/launcher/launcher.h
r5d380b6 rb1f0a14 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 38 38 39 39 #include <display.h> 40 #include <types/common.h> 40 41 #include <ui/fixed.h> 41 42 #include <ui/image.h> … … 50 51 ui_window_t *window; 51 52 ui_fixed_t *fixed; 53 52 54 ui_image_t *image; 53 55 ui_label_t *label; 56 54 57 ui_pbutton_t *pb1; 55 58 ui_pbutton_t *pb2; … … 58 61 ui_pbutton_t *pb5; 59 62 ui_pbutton_t *pb6; 63 64 /** ID of device that sent last position event */ 65 sysarg_t ev_pos_id; 60 66 } launcher_t; 61 67
Note:
See TracChangeset
for help on using the changeset viewer.