summaryrefslogtreecommitdiff
path: root/src/ui/widget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 14:58:35 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 14:58:35 +0200
commitbe1b78651171e9a9386c9fbbf8b8aced2e8dbcac (patch)
tree2fcf099d487f0712619bff822f01648182e96509 /src/ui/widget.c
parent199e99d120086af2e782ca994a3df080401e33de (diff)
Mobile: Phone-styled input dialog
Diffstat (limited to 'src/ui/widget.c')
-rw-r--r--src/ui/widget.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c
index c7a23c54..e9a162e3 100644
--- a/src/ui/widget.c
+++ b/src/ui/widget.c
@@ -34,6 +34,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
34#include <SDL_mouse.h> 34#include <SDL_mouse.h>
35#include <stdarg.h> 35#include <stdarg.h>
36 36
37#if defined (iPlatformAppleMobile)
38# include "../ios.h"
39#endif
40
37iDeclareType(RootData) 41iDeclareType(RootData)
38 42
39struct Impl_RootData { 43struct Impl_RootData {