Handle "small" property better.

This improves the previous commit by allowing the user to set the
single-row property manually, as the automatic way doesn't really
work that good.
This commit is contained in:
Harald Judt 2013-03-01 17:31:23 +01:00
parent abc76d5cb9
commit 3983984bdf
2 changed files with 29 additions and 26 deletions

View file

@ -34,6 +34,7 @@ typedef struct
GtkWidget *align;
GtkWidget *hbox;
GtkWidget **eyes;
gboolean single_row;
guint timeout_id;
gint *pointer_last_x;
gint *pointer_last_y;