Changeset db3895d in mainline for uspace/lib/ui/private/entry.h
- Timestamp:
- 2021-06-10T17:10:11Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af5d62eb
- Parents:
- 90f1f19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/entry.h
r90f1f19 rdb3895d 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 48 48 /** Base control object */ 49 49 struct ui_control *control; 50 /** UI resource*/51 struct ui_ resource *res;50 /** UI window */ 51 struct ui_window *window; 52 52 /** Entry rectangle */ 53 53 gfx_rect_t rect; … … 56 56 /** Text */ 57 57 char *text; 58 /** Pointer is currently inside */ 59 bool pointer_inside; 58 60 }; 59 61
Note:
See TracChangeset
for help on using the changeset viewer.