diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2024-11-15 13:14:16 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2024-11-15 13:16:59 +0900 |
commit | 86ef3ffd04461ca8e9a4010a435f1f4ac4766e6f (patch) | |
tree | 85983255a994acfd4e53897b4e5148a522596fdd | |
parent | e6d3ec4d9485ab45c38d8dc45b12a691581f2e49 (diff) | |
download | e-tizen-data-sandbox/soolim.tar.gz e-tizen-data-sandbox/soolim.tar.bz2 e-tizen-data-sandbox/soolim.zip |
Change-Id: Ic9e98e0932e9081de0fc5bc843069e0fe2a35faa
-rw-r--r-- | default/config/tizen-common/e.src.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/default/config/tizen-common/e.src.in b/default/config/tizen-common/e.src.in index c8c31b8..ac98a6c 100644 --- a/default/config/tizen-common/e.src.in +++ b/default/config/tizen-common/e.src.in @@ -38,6 +38,30 @@ group "E_Config" struct { } value "use_softkey" int: 0; value "use_softkey_service" int: 1; + + group "desk_areas" list { + group "E_Config_Desk_Area1" struct { + value "desk_num" uint: 0; + value "name: string: "left_area" + value "x" int: 0; + value "y" int: 0; + value "w" int: 960; + value "h" int: 1080; + value "zorder" int: 0; + value "transform" int: 1; + } + group "E_Config_Desk_Area2" struct { + value "desk_num" uint: 0; + value "name: string: "right_area" + value "x" int: 0; + value "y" int: 0; + value "w" int: 961; + value "h" int: 1080; + value "zorder" int: 1; + value "transform" int: 1; + } + } + value "softkey_size" int: 42; value "window_placement_policy" int: 0; value "focus_policy" int: 0; |