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:
71b32d4
)
Revert "[Tizen] dali ubuntu tizen branch build error fix"
81/127781/1
author
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:22:36 +0000
(10:22 +0900)
committer
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:22:44 +0000
(10:22 +0900)
This reverts commit
71b32d4fc446efae75301d5b536d22a425d8f4a4
.
Change-Id: Ie92f15d4c474087fd30060509f24f7772100bd31
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
;
}