diff --git a/ChangeLog b/ChangeLog index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index d69e055572..9d727aa10b 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -806,8 +806,8 @@ struct _GdkColorContext gulong blue; } masks; - - struct { + struct + { gint red; gint green; gint blue;