From 8a15fe283b627e36f982345b9d8d5d50174524e0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Dec 2003 23:28:14 +0000 Subject: [PATCH] Add the missing _get_ to the name of the non-Xcursor version of this Thu Dec 25 00:26:34 2003 Matthias Clasen * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): Add the missing _get_ to the name of the non-Xcursor version of this function. (noticed by Torsten Schoenfeld) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gdk/x11/gdkcursor-x11.c | 2 +- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad62139b98..d918ebb9f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen + + * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): + Add the missing _get_ to the name of the non-Xcursor version of + this function. (noticed by Torsten Schoenfeld) + Tue Dec 23 22:34:50 2003 Manish Singh * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ad62139b98..d918ebb9f4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen + + * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): + Add the missing _get_ to the name of the non-Xcursor version of + this function. (noticed by Torsten Schoenfeld) + Tue Dec 23 22:34:50 2003 Manish Singh * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ad62139b98..d918ebb9f4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen + + * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): + Add the missing _get_ to the name of the non-Xcursor version of + this function. (noticed by Torsten Schoenfeld) + Tue Dec 23 22:34:50 2003 Manish Singh * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ad62139b98..d918ebb9f4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen + + * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): + Add the missing _get_ to the name of the non-Xcursor version of + this function. (noticed by Torsten Schoenfeld) + Tue Dec 23 22:34:50 2003 Manish Singh * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ad62139b98..d918ebb9f4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen + + * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size): + Add the missing _get_ to the name of the non-Xcursor version of + this function. (noticed by Torsten Schoenfeld) + Tue Dec 23 22:34:50 2003 Manish Singh * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index 46307436f8..f86cbfea31 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -558,7 +558,7 @@ gdk_display_supports_cursor_color (GdkDisplay *display) } guint -gdk_display_default_cursor_size (GdkDisplay *display) +gdk_display_get_default_cursor_size (GdkDisplay *display) { g_return_val_if_fail (GDK_IS_DISPLAY (display), FALSE); -- GitLab