text: Zero out the cursor_pos member
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Jan 2010 17:08:42 +0000 (17:08 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Jan 2010 17:10:00 +0000 (17:10 +0000)
commitbc8a80fee53c9eed17fab6d821846c1a0fa3460f
treef4a4604d5186778486b11e533107dd2695805383
parent5c14538c1406b1358a2747428c73fe0cf1198e94
text: Zero out the cursor_pos member

Do not trust the zero-ing done by GObject on the private data structure,
and use memset() instead to zero the ClutterGeometry structure.
clutter/clutter-text.c