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:
e601159
)
Revert "[Tizen] dali ubuntu tizen branch build error fix"
54/126754/1
author
taeyoon0.lee
<taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 04:54:32 +0000
(13:54 +0900)
committer
taeyoon0.lee
<taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 04:54:54 +0000
(13:54 +0900)
This reverts commit
e6011594bd77416fac844f6b4814aa4a6b465488
.
Change-Id: I0a4a138ad915bd2d8fa6273a8a6a033983a30291
adaptors/x11/window-impl-x.cpp
patch
|
blob
|
history
diff --git
a/adaptors/x11/window-impl-x.cpp
b/adaptors/x11/window-impl-x.cpp
index
20b5d7c
..
4f07fc6
100755
(executable)
--- a/
adaptors/x11/window-impl-x.cpp
+++ b/
adaptors/x11/window-impl-x.cpp
@@
-813,7
+813,7
@@
void Window::RotationDone( int orientation, int width, int height )
void* Window::GetNativeWindowHandler()
{
- return
&(mEventHandler->mEcoreWindow)
;
+ return
mEventHandler->mEcoreWindow
;
}