projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73dffaf
)
Add default value into window member data
02/52002/1
author
taeyoon
<taeyoon0.lee@samsung.com>
Wed, 18 Nov 2015 05:26:35 +0000
(14:26 +0900)
committer
taeyoon
<taeyoon0.lee@samsung.com>
Wed, 18 Nov 2015 06:39:48 +0000
(15:39 +0900)
Change-Id: Ie699e334816ff680e98ef78145a20e2acbe33b10
adaptors/wayland/window-impl-wl.cpp
patch
|
blob
|
history
diff --git
a/adaptors/wayland/window-impl-wl.cpp
b/adaptors/wayland/window-impl-wl.cpp
index
fc325ed
..
4d59200
100644
(file)
--- a/
adaptors/wayland/window-impl-wl.cpp
+++ b/
adaptors/wayland/window-impl-wl.cpp
@@
-190,7
+190,9
@@
Window::Window()
mNextIndicatorOrientation(Dali::Window::PORTRAIT),
mIndicatorOpacityMode(Dali::Window::OPAQUE),
mOverlay(NULL),
- mAdaptor(NULL)
+ mAdaptor(NULL),
+ mEventHandler(NULL),
+ mPreferredOrientation(Dali::Window::PORTRAIT)
{
}