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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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. + Wed Jan 27 22:59:07 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (static_SOURCES): Move gtkintl.h |