diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-28 04:12:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-28 04:12:58 +0000 |
commit | 5e836af8846c44a253270c8925381d2922a203c7 (patch) | |
tree | d11355ab55dcb8322afa0066b7a0bc782a5c4c61 /gtk/gtklayout.h | |
parent | a29d25821e496fba3fe319c11dbf539aa9f12992 (diff) | |
download | gtk+-5e836af8846c44a253270c8925381d2922a203c7.tar.gz |
Move gravity_works back to a static global variable, since it is a global
Wed Jan 27 23:05:55 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtklayout.[ch] (gtk_layout_realize): Move
gravity_works back to a static global variable,
since it is a global constant, and this way we
keep structure sizes uniform.
CV: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index 862da8b69e..d42718e221 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -63,8 +63,6 @@ struct _GtkLayout { gint scroll_y; guint freeze_count; - - guint gravity_works : 1; }; struct _GtkLayoutClass { |