(very) trivial gtkaccessible.h patch
- From: Mark McLoughlin <mark skynet ie>
- To: <gtk-devel-list gnome org>
- Subject: (very) trivial gtkaccessible.h patch
- Date: Thu, 24 Jan 2002 15:16:51 +0000 (GMT)
Hey,
gtkaccessible.h really needs to include gtkwidget.h as well
... may I commit?
Cheers,
Mark.
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]