comparison src/ui/bmi/AUIEditor_i.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 64ad3a654677
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
45 *******************************************************************************/ 45 *******************************************************************************/
46 46
47 #ifndef MMI_AUI_EDITOR_I_H 47 #ifndef MMI_AUI_EDITOR_I_H
48 #define MMI_AUI_EDITOR_I_H 48 #define MMI_AUI_EDITOR_I_H
49 49
50 /* 50 /*
51 * Internal structure 51 * Internal structure
52 */ 52 */
53 53
54 typedef struct 54 typedef struct
55 { 55 {
56 T_MMI_CONTROL mmi_control; 56 T_MMI_CONTROL mmi_control;
57 T_MFW_HND parent; /* The parent window */ 57 T_MFW_HND parent; /* The parent window */
58 T_MFW_HND win; /* The edit window */ 58 T_MFW_HND win; /* The edit window */
64 USHORT title_next_pos; /* The next position to display the title text */ 64 USHORT title_next_pos; /* The next position to display the title text */
65 65
66 T_ED_DATA *editor; /* The ATB editor */ 66 T_ED_DATA *editor; /* The ATB editor */
67 T_AUI_EDITOR_DATA editor_data; /* The MMI Editor data */ 67 T_AUI_EDITOR_DATA editor_data; /* The MMI Editor data */
68 T_AUI_ENTRY_DATA *entry_data; /* Key entry data */ 68 T_AUI_ENTRY_DATA *entry_data; /* Key entry data */
69 69
70 T_ATB_TEXT title; /* Title of editor */ 70 T_ATB_TEXT title; /* Title of editor */
71 BOOL hasTitle; /* TRUE if title is provided */ 71 BOOL hasTitle; /* TRUE if title is provided */
72 72
73 BOOL doNextLongPress; /* Flag used to notice/not notice long keypress */ 73 BOOL doNextLongPress; /* Flag used to notice/not notice long keypress */
74 74