diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-28 23:16:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-30 07:53:38 +0200 |
commit | e36e86ee3cf7761dea59141881ee5108d3d3bb86 (patch) | |
tree | 5c7a90c4174bb7c0ee6cd61645b6ecacebd87048 /sal/inc | |
parent | bd9c914047c64e75506a5acc45642ac4ddf9d7d6 (diff) |
Refactor the iOS Viewer app and rename it to "LibreOffice"
No, it isn't any closer to being "ready" despite the name, but still,
using the current approach, it clearly isn't restricted to be just a
viewer.
Also drop the verbose LOViewer prefix from class and file names in it.
Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/osl/detail/ios-bootstrap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/inc/osl/detail/ios-bootstrap.h b/sal/inc/osl/detail/ios-bootstrap.h index 08cb267f4a6c..6057b391855f 100644 --- a/sal/inc/osl/detail/ios-bootstrap.h +++ b/sal/inc/osl/detail/ios-bootstrap.h @@ -12,6 +12,8 @@ #if defined(IOS) +#include <CoreGraphics/CGGeometry.h> + #ifdef __cplusplus extern "C" { #endif @@ -37,7 +39,7 @@ extern "C" { /* 1) */ -void lo_damaged(); +void lo_damaged(CGRect rect); /* 2) */ |