Re: (very) trivial gtkaccessible.h patch



Mark McLoughlin <mark skynet ie> writes:

> Hey,
> 	gtkaccessible.h really needs to include gtkwidget.h as well
> ... may I commit?

Yes, this looks fine.
                                        Owen 

> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/gtk+/ChangeLog,v
> retrieving revision 1.2855
> diff -u -p -r1.2855 ChangeLog
> --- ChangeLog	2002/01/24 01:36:26	1.2855
> +++ ChangeLog	2002/01/24 15:15:08
> @@ -1,3 +1,7 @@
> +2002-01-24  Mark McLoughlin  <mark skynet ie>
> +
> +	* gtk/gtkaccessible.h: include gtk/gtkwidget.h
> +
>  Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor redhat com>
> 
>  	* gtk/gtknotebook.c (gtk_notebook_draw_arrow):
> Index: gtk/gtkaccessible.h
> ===================================================================
> RCS file: /cvs/gnome/gtk+/gtk/gtkaccessible.h,v
> retrieving revision 1.1
> diff -u -p -r1.1 gtkaccessible.h
> --- gtk/gtkaccessible.h	2001/05/03 20:11:07	1.1
> +++ gtk/gtkaccessible.h	2002/01/24 15:15:08
> @@ -21,7 +21,7 @@
>  #define __GTK_ACCESSIBLE_H__
> 
>  #include <atk/atk.h>
> -
> +#include <gtk/gtkwidget.h>
> 
>  #ifdef __cplusplus
>  extern "C" {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]