Changeset 8b22d44 in mainline for uspace/lib/ui/private/pbutton.h
- Timestamp:
- 2022-05-20T12:05:26Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0415776
- Parents:
- ea9024d7
- git-author:
- Jiri Svoboda <jiri@…> (2022-05-19 18:05:08)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-05-20 12:05:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/pbutton.h
rea9024d7 r8b22d44 40 40 #include <gfx/coord.h> 41 41 #include <stdbool.h> 42 #include <types/ui/pbutton.h> 42 43 43 44 /** Actual structure of push button. … … 68 69 /** Pointer is currently inside */ 69 70 bool inside; 71 /** Push button flags */ 72 ui_pbutton_flags_t flags; 70 73 }; 71 74
Note:
See TracChangeset
for help on using the changeset viewer.