diff options
author | 2018-11-10 18:02:30 +0000 | |
---|---|---|
committer | 2018-11-10 18:02:30 +0000 | |
commit | ed897d38d19dc2317daab5bd9cea631caed555e5 (patch) | |
tree | 1932843c1cfb944d15547b64b29d4a94b15add57 | |
parent | 68adbfd5174f21830d7ddea2c102cb69d527a3c1 (diff) |
Example fullscreensandbox/ruke47/fullscreen
Change-Id: I1bddd5ae7fc88be9b33b642f18055c6fed48d543
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r-- | src/runxdg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |