X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fandroid%2Fmainthread.h;h=22309eee3d3d2ca47584573210ebb7a8935f7234;hp=09f907f174a30862e9f970cd005590a0a9b12ece;hb=497eaf090b1665511c795d5764c06a2bcd4b90b6;hpb=8a3d4f05f46bcd6dda9fc28794d4ac84d0d96f08 diff --git a/source/core/android/mainthread.h b/source/core/android/mainthread.h index 09f907f..22309ee 100644 --- a/source/core/android/mainthread.h +++ b/source/core/android/mainthread.h @@ -37,6 +37,8 @@ public: AAssetManager *get_asset_manager() const { return asset_manager; } const FS::Path &get_internal_data_path() const { return int_data_path; } + void set_window_flags(unsigned, unsigned); + private: virtual void main();