Changeset f1ce7ff in mainline
- Timestamp:
- 2023-10-16T09:36:57Z (15 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e240c1
- Parents:
- 9adae25
- git-author:
- Jiri Svoboda <jiri@…> (2023-10-15 09:34:16)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-10-16 09:36:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/gfxdemo/gfxdemo.c
r9adae25 rf1ce7ff 1152 1152 params.caption = "GFX Demo"; 1153 1153 1154 /* Do not decorate the window in fullscreen mode */ 1155 if (ui_is_fullscreen(ui)) 1156 params.style &= ~ui_wds_decorated; 1157 1154 1158 /* 1155 1159 * Compute window rectangle such that application area corresponds
Note:
See TracChangeset
for help on using the changeset viewer.