Changeset 5d380b6 in mainline for uspace/lib/ui/include/types/ui/popup.h
- Timestamp:
- 2023-01-20T11:50:41Z (23 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1f0a14
- Parents:
- 6828a56
- git-author:
- Jiri Svoboda <jiri@…> (2023-01-20 19:50:21)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-01-20 11:50:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/popup.h
r6828a56 r5d380b6 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 #include <io/kbd_event.h> 41 41 #include <io/pos_event.h> 42 #include <types/common.h> 42 43 43 44 struct ui_popup; … … 50 51 /** Placement rectangle close to which popup should be placed */ 51 52 gfx_rect_t place; 53 /** Input device ID associated with the popup's seat */ 54 sysarg_t idev_id; 52 55 } ui_popup_params_t; 53 56
Note:
See TracChangeset
for help on using the changeset viewer.