Kaydet (Commit) 4f879d0c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Checking the device orientation at this stage doesn't seem to work

Change-Id: I0015f7d751cb0e45262774c19a120f428cb35af2
üst 126f29c4
...@@ -133,10 +133,7 @@ extern "C" ...@@ -133,10 +133,7 @@ extern "C"
void void
lo_initialize(void) lo_initialize(void)
{ {
if (UIDeviceOrientationIsPortrait([[UIDevice currentDevice] orientation])) setenv("SAL_LOG", "+WARN+INFO.vcl.headless+INFO.vcl.coretext+INFO.vcl.ios", 1);
setenv("SAL_LOG", "+WARN+INFO.vcl.headless+INFO.vcl.ios", 1);
else
setenv("SAL_LOG", "-WARN-INFO", 1);
const char *argv[] = { const char *argv[] = {
"placeholder-exe", "placeholder-exe",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment