projects
/
platform
/
core
/
appfw
/
watchface-complication.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014f193
)
Save the value of the geometry
09/168209/2
author
mk5004.lee
<mk5004.lee@samsung.com>
Thu, 25 Jan 2018 04:31:20 +0000
(13:31 +0900)
committer
mk5004.lee
<mk5004.lee@samsung.com>
Thu, 25 Jan 2018 08:18:34 +0000
(17:18 +0900)
Change-Id: Id92f8ec8bef2dd37de644e94ec6ae39ba8d02e5d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
watchface-complication/editable-interface.h
patch
|
blob
|
history
diff --git
a/watchface-complication/editable-interface.h
b/watchface-complication/editable-interface.h
index
ea36ac0
..
cd7e3d4
100644
(file)
--- a/
watchface-complication/editable-interface.h
+++ b/
watchface-complication/editable-interface.h
@@
-39,7
+39,7
@@
class IEditable {
class Geometry {
public:
- Geometry(int x, int y, int w, int h) {
+ Geometry(int x, int y, int w, int h)
: x_(x), y_(y), w_(w), h_(h)
{
}
const int GetX() const {
return x_;