Changeset b279899 in mainline for uspace/lib/ui/src
- Timestamp:
- 2023-10-17T12:18:10Z (21 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4643db
- Parents:
- 4030072
- git-author:
- Jiri Svoboda <jiri@…> (2023-10-16 18:17:59)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-10-17 12:18:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/wdecor.c
r4030072 rb279899 1112 1112 ui_wdecor_get_geom(wdecor, &geom); 1113 1113 1114 if ((wdecor->style & ui_wds_titlebar 1114 if ((wdecor->style & ui_wds_titlebar) != 0 && 1115 1115 (wdecor->style & ui_wds_sysmenu_hdl) != 0) { 1116 1116 if (event->type == POS_PRESS &&
Note:
See TracChangeset
for help on using the changeset viewer.