diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-28 19:59:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-30 07:53:37 +0200 |
commit | d7b027bd101a26a6513736dcd71a07125fded251 (patch) | |
tree | d791eb58cda042eee44ca407ef8d1a1b3b2ba925 /sal/inc | |
parent | 46675c06fe6db13af1e44660a619b956277f74cf (diff) |
Add lo_tap()
Change-Id: I635be54c27c93de0a11be7bdd01979b99dadda28
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/osl/detail/ios-bootstrap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/inc/osl/detail/ios-bootstrap.h b/sal/inc/osl/detail/ios-bootstrap.h index 4738f28a054b..08cb267f4a6c 100644 --- a/sal/inc/osl/detail/ios-bootstrap.h +++ b/sal/inc/osl/detail/ios-bootstrap.h @@ -44,6 +44,7 @@ void lo_damaged(); void lo_runMain(); void lo_set_view_size(int width, int height); void lo_render_windows(char *pixelBuffer, int width, int height); +void lo_tap(int x, int y); #ifdef __cplusplus } |