Changeset 7e38970d in mainline for uspace/lib/ui/include/types/ui/entry.h
- Timestamp:
- 2020-12-07T00:08:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f26600
- Parents:
- 7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/entry.h
r7a873f0 r7e38970d 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2020 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib guigfx29 /** @addtogroup libui 30 30 * @{ 31 31 */ 32 32 /** 33 * @file GFX canvas backend33 * @file Text entry 34 34 */ 35 35 36 #ifndef _ GUIGFX_TYPES_CANVAS_H37 #define _ GUIGFX_TYPES_CANVAS_H36 #ifndef _UI_TYPES_ENTRY_H 37 #define _UI_TYPES_ENTRY_H 38 38 39 struct canvas_gc;40 typedef struct canvas_gc canvas_gc_t;39 struct ui_entry; 40 typedef struct ui_entry ui_entry_t; 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.