[gtk+/gtk-2-24] Revert b3c5232a9b63f23aca4909a0a47358b53162d70b
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] Revert b3c5232a9b63f23aca4909a0a47358b53162d70b
- Date: Sat, 4 Dec 2010 23:35:45 +0000 (UTC)
commit 098e02c29d1228781fbf56cff6e98345513cf9e9
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 4 18:35:03 2010 -0500
Revert b3c5232a9b63f23aca4909a0a47358b53162d70b
This causes warning and breaks e.g. the mozilla build.
gtk/gtkselection.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index a621d1e..55bfcad 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -66,11 +66,10 @@ struct _GtkSelectionData
GdkDisplay *GSEAL (display);
};
-struct _GtkTargetEntry
-{
- const gchar *target;
- guint flags;
- guint info;
+struct _GtkTargetEntry {
+ gchar *target;
+ guint flags;
+ guint info;
};
/* These structures not public, and are here only for the convenience of
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]