X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-banner-private.h;h=8f4f581b3471221093389ac140c40704f9097688;hb=e3a8bb2cb36fb7ee162c1e57333b7a77a8c15e70;hp=1e805cee23139c0d8d4340837a373f8074444c8d;hpb=e1fcd6471885c4e5ab2258ed545f607b82f42d48;p=hildon diff --git a/src/hildon-banner-private.h b/src/hildon-banner-private.h index 1e805ce..8f4f581 100644 --- a/src/hildon-banner-private.h +++ b/src/hildon-banner-private.h @@ -3,7 +3,7 @@ * * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. * - * Contact: Michael Dominic Kostrzewa + * Contact: Rodrigo Novo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -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 */