Changeset d92b8e8f in mainline for uspace/lib/ui/private/popup.h
- Timestamp:
- 2024-03-04T14:12:26Z (11 months ago)
- Branches:
- master
- Children:
- e229148
- Parents:
- ee3b28a9
- git-author:
- Jiri Svoboda <jiri@…> (2024-03-03 18:12:02)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-03-04 14:12:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/popup.h
ree3b28a9 rd92b8e8f 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 58 58 /** Placement rectangle */ 59 59 gfx_rect_t place; 60 /** ID of device that sent input event */ 61 sysarg_t idev_id; 60 62 }; 61 63
Note:
See TracChangeset
for help on using the changeset viewer.