X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Frunxdg.cpp;h=3950d4b76bf7f471519f133233b9635aa891b772;hb=refs%2Fheads%2Fsandbox%2Fruke47%2Ffullscreen;hp=1ce3881a1b3e58be4cb175cfafb935b8ec995e01;hpb=68adbfd5174f21830d7ddea2c102cb69d527a3c1;p=staging%2Fxdg-launcher.git diff --git a/src/runxdg.cpp b/src/runxdg.cpp index 1ce3881..3950d4b 100644 --- a/src/runxdg.cpp +++ b/src/runxdg.cpp @@ -351,7 +351,7 @@ int RunXDG::init_hs (void) json_object_object_add(obj, this->m_wm->kKeyDrawingName, json_object_new_string(this->m_role.c_str())); json_object_object_add(obj, this->m_wm->kKeyDrawingArea, - json_object_new_string("normal.full")); + json_object_new_string("fullscreen"/*"normal.full"*/)); this->m_wm->activateSurface(obj); } @@ -503,7 +503,7 @@ void RunXDG::setup_surface (void) json_object_object_add(obj, m_wm->kKeyDrawingName, json_object_new_string(m_role.c_str())); json_object_object_add(obj, m_wm->kKeyDrawingArea, - json_object_new_string("normal.full")); + json_object_new_string("fullscreen"/*"normal.full"*/)); m_wm->activateSurface(obj); } }