diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-13 20:23:02 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-13 20:23:02 +0000 |
commit | 050c933b346f5bd34ef74b5eabf7e108085aabe2 (patch) | |
tree | 6d55c9eb8b637b27604d4655a66ed0217783edcf /ChangeLog.pre-2-8 | |
parent | 530fda038f20a3d69492df07de12e001ed7b7947 (diff) | |
download | gdk-pixbuf-050c933b346f5bd34ef74b5eabf7e108085aabe2.tar.gz |
Add a const here.
* gtk/theme-bits/decompose-bits.c (do_part): Add a const here.
* gtk/gtkcolorsel.c:
* gtk/gtkimcontextsimple.c:
* gtk/gtkstyle.c: Mark constant data as const to give the compiler
a chance to put it in a readonly section. (#75754)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4d1a74d0e..8c8dd8f9a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2002-11-13 Matthias Clasen <maclas@gmx.de> + + * gtk/theme-bits/decompose-bits.c (do_part): Add a const here. + + * gtk/gtkcolorsel.c: + * gtk/gtkimcontextsimple.c: + * gtk/gtkstyle.c: Mark constant data as const to give the compiler + a chance to put it in a readonly section. (#75754) + Wed Nov 13 10:53:37 2002 HideToshi Tajima <hidetoshi.tajima@sun.com> * modules/input/gtkimcontextxim.c: |