diff options
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index def5308777..45219fdd47 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -58,12 +58,12 @@ typedef struct _GtkTargetEntry GtkTargetEntry; struct _GtkSelectionData { - GdkAtom GSEAL (selection); - GdkAtom GSEAL (target); - GdkAtom GSEAL (type); - gint GSEAL (format); + GdkAtom GSEAL (selection); + GdkAtom GSEAL (target); + GdkAtom GSEAL (type); + gint GSEAL (format); guchar *GSEAL (data); - gint GSEAL (length); + gint GSEAL (length); GdkDisplay *GSEAL (display); }; |