More checks for the case where the overshoot is bigger than the size of the widget.
[hildon] / src / hildon-code-dialog-private.h
index 744f061..fc3af47 100644 (file)
@@ -38,6 +38,7 @@ struct                                          _HildonCodeDialogPrivate
     GtkWidget *entry;
     GtkWidget *buttons[5][3]; 
     GtkWidget *help_text;
+    GtkIMContext *im_context;
 };
 
 G_END_DECLS