projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4624d9
)
wl pointer configure: fix typo
author
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 2 Apr 2014 09:39:07 +0000
(10:39 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Wed, 2 Apr 2014 09:39:07 +0000
(10:39 +0100)
Summary: ews->geometry.y needs to be set.
Test Plan: N/A
Reviewers: raster, devilhorns, zmike
Reviewed By: devilhorns
CC: cedric
Differential Revision: https://phab.enlightenment.org/D688
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 7a4a7d2bd4893f21fc34d6eb67a3b083246526fc..cb3893902392c1da4ac4ec1684b1a1ed00d37c39 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2289,7
+2289,7
@@
_e_comp_wl_pointer_configure(E_Wayland_Surface *ews, Evas_Coord x, Evas_Coord y,
/* configure the surface geometry */
ews->geometry.x = x;
- ews->geometry.
h = h
;
+ ews->geometry.
y = y
;
ews->geometry.w = w;
ews->geometry.h = h;
ews->geometry.changed = EINA_TRUE;