forked from AuroraMiddleware/gtk
Only need a bit for need_timer.
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for need_timer.
This commit is contained in:
parent
6260f1aa2c
commit
e8c659edd2
@ -1,3 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
2004-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
2004-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
2004-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-09-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
|
||||
need_timer.
|
||||
|
||||
2004-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
|
||||
|
@ -59,9 +59,10 @@ struct _GtkPathBar
|
||||
gint16 slider_width;
|
||||
gint16 spacing;
|
||||
gint16 button_offset;
|
||||
guint timer;
|
||||
guint slider_visible : 1;
|
||||
guint need_timer : 1;
|
||||
guint ignore_click : 1;
|
||||
guint need_timer;
|
||||
};
|
||||
|
||||
struct _GtkPathBarClass
|
||||
|
Loading…
Reference in New Issue
Block a user