android: Add a subsurface_user_is_root for android

This is to compile the desktop ui for android

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-12-28 23:22:33 +01:00 committed by Dirk Hohndel
parent 6203433ff3
commit 38474f2d47

View file

@ -196,4 +196,9 @@ void subsurface_console_exit(void)
{
/* NOP */
}
bool subsurface_user_is_root()
{
return false;
}
}