summaryrefslogtreecommitdiffstats
path: root/vcl/inc/android
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-26 10:29:38 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-26 10:29:38 +0000
commit7c4c1832ccd4830f903d7d647466f96aa6755711 (patch)
tree068c7fad565eef36d17ed45207065d7002b863e0 /vcl/inc/android
parentandroid: add missing deployment component (diff)
downloadcore-7c4c1832ccd4830f903d7d647466f96aa6755711.tar.gz
core-7c4c1832ccd4830f903d7d647466f96aa6755711.zip
android: move lo-bootstrap to osl/detail, Attach threads as created
Diffstat (limited to 'vcl/inc/android')
-rw-r--r--vcl/inc/android/androidinst.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index aec273553df9..e39f1478c4bc 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -57,6 +57,7 @@ public:
protected:
virtual void DoReleaseYield( int nTimeoutMS );
struct android_app *mpApp;
+ bool mbQueueReDraw;
};
#endif // ANDROID_SALINST_H