Kaydet (Commit) 9fabf25b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Dummy implementation of touch_ui_dialog_modal()

Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf
üst ec2ea6e6
...@@ -216,5 +216,12 @@ mlo_initialize(void) ...@@ -216,5 +216,12 @@ mlo_initialize(void)
osl_setCommandArgs(argc, (char **) argv); osl_setCommandArgs(argc, (char **) argv);
} }
// Dummy implementation for now, probably this should be handled in a
// different way in each app that uses this "shared" library? Like
// most in touch.h, the dialog API is not set in stone yet.
MLODialogResult touch_ui_dialog_modal(MLODialogKind kind, const char *message)
{
NSLog(@"===> %s", message);
return MLODialogOK;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment