Changeset b4b4dafe in mainline for uspace/lib/ui/src/popup.c
- Timestamp:
- 2021-06-03T14:02:59Z (3 years ago)
- Children:
- 2e6394e
- Parents:
- 6baab83
- git-author:
- Jiri Svoboda <jiri@…> (2021-06-02 17:00:03)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-06-03 14:02:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/popup.c
r6baab83 rb4b4dafe 94 94 wparams.style &= ~ui_wds_decorated; 95 95 wparams.placement = ui_wnd_place_popup; 96 wparams.flags |= ui_wndf_popup; 96 97 97 98 /* Compute position of parent rectangle relative to the screen */
Note:
See TracChangeset
for help on using the changeset viewer.