class MessageItemUpdateCandidateGeometry : public MessageItemHelper
{
public:
- MessageItemUpdateCandidateGeometry() :
- m_info.pos_x(0), m_info.pos_y(0), m_info.width(0), m_info.height(0) {}
+ MessageItemUpdateCandidateGeometry()
+ {
+ m_info.pos_x = 0;
+ m_info.pos_y = 0;
+ m_info.width = 0;
+ m_info.height = 0;
+ }
virtual ~MessageItemUpdateCandidateGeometry() {}
struct rectinfo& get_rectinfo_ref() { return m_info; }
HelperAgentSignalUintCharSizeUint signal_process_input_device_event;
public:
- HelperAgentImpl (HelperAgent* thiz) : focused_ic ((uint32) -1), thiz (thiz),
- magic(0), magic_active(0), timeout(-1),
+ HelperAgentImpl (HelperAgent* thiz) : magic(0), magic_active(0), timeout(-1), focused_ic ((uint32) -1), thiz (thiz),
surrounding_text (NULL), selection_text (NULL), cursor_pos (0),
need_update_surrounding_text (0), need_update_selection_text (0),
layout (0) {