summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-06-22 15:34:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-06-22 15:34:02 +0000
commit82f9e73aba375063f0102880476de4c8bbd30b1d (patch)
tree1e7aa3917b458d0e674a834e3316d796e06177aa /ChangeLog.pre-2-6
parent69a848e018d3b5ff35dbc6372707197c1d7d28a7 (diff)
downloadgtk+-82f9e73aba375063f0102880476de4c8bbd30b1d.tar.gz
Make sure this gets defined for all backends, so linux-fb has a chance of
* gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure this gets defined for all backends, so linux-fb has a chance of compiling.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-64
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index e8bdca6f54..d8f6f9e3a0 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,9 @@
2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure
+ this gets defined for all backends, so linux-fb has a
+ chance of compiling.
+
* gdk/x11/gdkgc-x11.c:
* gdk/gdkgc.c: Move function docs inline, add hints about
obtaining rgb colors from gcs. (#144688, Steve Chaplin)