projects
/
ruby-edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5962d
)
Return the proper width in Edje::Part#geometry.
author
Andrew Sevcsik
<sevcsik@citromail.hu>
Sun, 23 Jul 2006 08:21:33 +0000
(08:21 +0000)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 23 Jul 2006 08:21:33 +0000
(08:21 +0000)
src/rb_part.c
patch
|
blob
|
history
diff --git
a/src/rb_part.c
b/src/rb_part.c
index 44723843644bde23de26cef7ca7a1e49c01f4792..9d2d90e9e9e24c9ac9d0c62b37bd62703686c917 100644
(file)
--- a/
src/rb_part.c
+++ b/
src/rb_part.c
@@
-1,5
+1,5
@@
/*
- * $Id: rb_part.c
225 2005-02-11 12:46:52
Z tilman $
+ * $Id: rb_part.c
384 2006-07-23 08:21:33
Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
@@
-86,7
+86,7
@@
static VALUE c_geometry_get (VALUE self)
(Evas_Coord *) &h);
return rb_ary_new3 (4, INT2FIX (x), INT2FIX (y),
- INT2FIX (
y
), INT2FIX (h));
+ INT2FIX (
w
), INT2FIX (h));
}
/*