[gtk+/quartz-integration: 512/563] Drop unneeded includes gailtextutil.h
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/quartz-integration: 512/563] Drop unneeded includes gailtextutil.h
- Date: Sat, 9 Jul 2011 06:49:02 +0000 (UTC)
commit a2fc68135363874689b34dd79d07197ae1deeea7
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 1 17:05:43 2011 -0400
Drop unneeded includes gailtextutil.h
Almost done with getting rid of GailTextUtil.
gtk/a11y/gtkentryaccessible.h | 19 +++++++++----------
gtk/a11y/gtklabelaccessible.h | 1 -
2 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/gtk/a11y/gtkentryaccessible.h b/gtk/a11y/gtkentryaccessible.h
index 489bc8c..f902cb5 100644
--- a/gtk/a11y/gtkentryaccessible.h
+++ b/gtk/a11y/gtkentryaccessible.h
@@ -21,7 +21,6 @@
#define __GTK_ENTRY_ACCESSIBLE_H__
#include "gailwidget.h"
-#include "gailtextutil.h"
G_BEGIN_DECLS
@@ -32,21 +31,21 @@ G_BEGIN_DECLS
#define GTK_IS_ENTRY_ACCESSIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ENTRY_ACCESSIBLE))
#define GTK_ENTRY_ACCESSIBLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ENTRY_ACCESSIBLE, GtkEntryAccessibleClass))
-typedef struct _GtkEntryAccessible GtkEntryAccessible;
-typedef struct _GtkEntryAccessibleClass GtkEntryAccessibleClass;
+typedef struct _GtkEntryAccessible GtkEntryAccessible;
+typedef struct _GtkEntryAccessibleClass GtkEntryAccessibleClass;
struct _GtkEntryAccessible
{
GailWidget parent;
- gint position_insert;
- gint position_delete;
- gint length_insert;
- gint length_delete;
- gint cursor_position;
- gint selection_bound;
+ gint position_insert;
+ gint position_delete;
+ gint length_insert;
+ gint length_delete;
+ gint cursor_position;
+ gint selection_bound;
- guint action_idle_handler;
+ guint action_idle_handler;
};
GType gtk_entry_accessible_get_type (void);
diff --git a/gtk/a11y/gtklabelaccessible.h b/gtk/a11y/gtklabelaccessible.h
index 858f517..7f4ac76 100644
--- a/gtk/a11y/gtklabelaccessible.h
+++ b/gtk/a11y/gtklabelaccessible.h
@@ -21,7 +21,6 @@
#define __GTK_LABEL_ACCESSIBLE_H__
#include "gailwidget.h"
-#include "gailtextutil.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]