Fix for cursor screen => display change.

Tue Jun 18 17:02:48 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdk-sections.txt: Fix for cursor screen => display
        change.
This commit is contained in:
Owen Taylor
2002-06-18 21:02:11 +00:00
committed by Owen Taylor
parent 621fb7466a
commit 0c33292747
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 18 17:02:48 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdk-sections.txt: Fix for cursor screen => display
change.
2002-06-03 Matthias Clasen <maclas@gmx.de> 2002-06-03 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkprogress.sgml:

View File

@ -1029,8 +1029,8 @@ GdkCursor
GdkCursorType GdkCursorType
gdk_cursor_new gdk_cursor_new
gdk_cursor_new_from_pixmap gdk_cursor_new_from_pixmap
gdk_cursor_new_for_screen gdk_cursor_new_for_display
gdk_cursor_get_screen gdk_cursor_get_display
gdk_cursor_ref gdk_cursor_ref
gdk_cursor_unref gdk_cursor_unref
gdk_cursor_destroy gdk_cursor_destroy

View File

@ -171,17 +171,17 @@ The color does not have to be allocated first.
@Returns: a new #GdkCursor. @Returns: a new #GdkCursor.
<!-- ##### FUNCTION gdk_cursor_new_for_screen ##### --> <!-- ##### FUNCTION gdk_cursor_new_for_display ##### -->
<para> <para>
</para> </para>
@screen: @display:
@cursor_type: @cursor_type:
@Returns: @Returns:
<!-- ##### FUNCTION gdk_cursor_get_screen ##### --> <!-- ##### FUNCTION gdk_cursor_get_display ##### -->
<para> <para>
</para> </para>