FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/AUITextEntry.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 | cbd9aaba48db |
comparison
equal
deleted
inserted
replaced
| 91:c3d28a37caad | 92:c0052fe355d3 |
|---|---|
| 1 #ifndef AUITEXTENTRY_H | 1 #ifndef AUITEXTENTRY_H |
| 2 #define AUITEXTENTRY_H | 2 #define AUITEXTENTRY_H |
| 3 | 3 |
| 4 /* Key entry information*/ | 4 /* Key entry information*/ |
| 5 | 5 |
| 6 typedef struct | 6 typedef struct |
| 7 { | 7 { |
| 8 T_MFW_HND win; /* The editor window */ | 8 T_MFW_HND win; /* The editor window */ |
| 9 U32 update; /* Event to be sent to the window to update it */ | 9 U32 update; /* Event to be sent to the window to update it */ |
| 10 T_ED_DATA *editor; /* Pointer to editor data */ | 10 T_ED_DATA *editor; /* Pointer to editor data */ |
