diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-30 14:03:26 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-31 10:04:25 -0500 |
commit | 8275a20026fdc6b771eba4896f6eba27f6d8cace (patch) | |
tree | 5c5d7c17d2525d85e0a0e9b71679c446bb86c260 /gtk/gtkentryprivate.h | |
parent | 5b2c1ee828b456bdecc3f5eeac9c0598e4962b39 (diff) | |
download | gtk+-8275a20026fdc6b771eba4896f6eba27f6d8cace.tar.gz |
entry: change _gtk_entry_get_borders() to return a GtkBorder
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r-- | gtk/gtkentryprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h index 59f24e6e5e..bc90cff2e0 100644 --- a/gtk/gtkentryprivate.h +++ b/gtk/gtkentryprivate.h @@ -80,8 +80,7 @@ void _gtk_entry_completion_popup (GtkEntryCompletion *completion, void _gtk_entry_completion_popdown (GtkEntryCompletion *completion); void _gtk_entry_get_borders (GtkEntry *entry, - gint *xborder, - gint *yborder); + GtkBorder *borders); void _gtk_entry_effective_inner_border (GtkEntry *entry, GtkBorder *border); void _gtk_entry_reset_im_context (GtkEntry *entry); |