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:
parent
abc76d5cb9
commit
3983984bdf
2 changed files with 29 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue