Window initial size is set as per environment variables 98/41598/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 16 Jun 2015 13:38:09 +0000 (14:38 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 16 Jun 2015 13:57:31 +0000 (14:57 +0100)
commitd1d634ab7a35115409223b72974bdba7667d1add
treef66cb3b59105e1a80682f99b281e882160cdd310
parent5afbb298c503507170d3906699a225aa4c406809
Window initial size is set as per environment variables

Problem:  EnvironmentOptions class was created by adaptor. The window class gets created before
          environment options are parsed by the adaptor and some window managers ignore resize
          requests.
Solution: Create EnvironmentOptions in Application class and pass them to Adaptor. Adaptor still
          has the ability to create the class if it is not passed the options.

Change-Id: I634ebc999049fcc5e09116cbfa3a6e03f4a52563
adaptors/common/adaptor-impl.cpp
adaptors/common/adaptor-impl.h
adaptors/common/adaptor.cpp
adaptors/common/application-impl.cpp
adaptors/common/application-impl.h
adaptors/common/framework.h
adaptors/tizen/framework-tizen.cpp
adaptors/ubuntu/framework-ubuntu.cpp