2008-04-14 16:52:59 <timj@imendio.com>
[hildon] / src / hildon-banner-private.h
index 1e805ce..6ced54e 100644 (file)
@@ -39,11 +39,9 @@ struct                                          _HildonBannerPrivate
     GtkWidget *label;
     GtkWidget *layout;
     guint timeout_id;
-    gboolean is_timed;
+    guint    is_timed : 1, has_been_wrapped : 1, has_been_truncated : 1;
     guint    timeout;
     GtkWindow *parent;
-    gboolean has_been_wrapped;
-    gboolean has_been_truncated;
 };
 
 /* For internal use of hildon libraries only */