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)
This commit is contained in:
committed by
Matthias Clasen
parent
874c2ce9cc
commit
8a15fe283b
@ -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>
|
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
||||||
|
|||||||
@ -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>
|
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
||||||
|
|||||||
@ -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>
|
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
||||||
|
|||||||
@ -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>
|
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
||||||
|
|||||||
@ -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>
|
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
|
||||||
|
|||||||
@ -558,7 +558,7 @@ gdk_display_supports_cursor_color (GdkDisplay *display)
|
|||||||
}
|
}
|
||||||
|
|
||||||
guint
|
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);
|
g_return_val_if_fail (GDK_IS_DISPLAY (display), FALSE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user