Window initial size is set as per environment variables
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 16 Jun 2015 13:38:09 +0000 (14:38 +0100)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 23 Jun 2015 02:30:58 +0000 (11:30 +0900)
commit8f0ad093ee38c8db9dd5eb6c7b3e9080f94f90e7
tree3a58c53b2d40dde6dbb05da7e7ab5d885f2e5e75
parente0a915e1088351d862ca0e61cb97f942511c4d61
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