diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-24 23:28:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-24 23:28:14 +0000 |
commit | 8a15fe283b627e36f982345b9d8d5d50174524e0 (patch) | |
tree | 15fb3c4e7996e93452b08cc098d7d78c2f183375 | |
parent | 874c2ce9cc62e68b6a75b89951b31b1a7100519b (diff) | |
download | gtk+-8a15fe283b627e36f982345b9d8d5d50174524e0.tar.gz |
Add the missing _get_ to the name of the non-Xcursor version of this
Thu Dec 25 00:26:34 2003 Matthias Clasen <maclas@gmx.de>
* 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)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gdk/x11/gdkcursor-x11.c | 2 |
6 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Thu Dec 25 00:26:34 2003 Matthias Clasen <maclas@gmx.de> + + * 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 <yosh@gimp.org> * 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 <maclas@gmx.de> + + * 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 <yosh@gimp.org> * 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 <maclas@gmx.de> + + * 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 <yosh@gimp.org> * 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 <maclas@gmx.de> + + * 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 <yosh@gimp.org> * 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 <maclas@gmx.de> + + * 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 <yosh@gimp.org> * 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); |