gdk: Move gdk_cursor_get_display() out of the backends
Now that we store the display inside the cursor, that change is obvious.
This commit is contained in:
committed by
Matthias Clasen
parent
7a14b30ea3
commit
4793bd3399
@ -249,12 +249,6 @@ _gdk_cursor_destroy (GdkCursor *cursor)
|
||||
g_free (private);
|
||||
}
|
||||
|
||||
GdkDisplay *
|
||||
gdk_cursor_get_display (GdkCursor *cursor)
|
||||
{
|
||||
return gdk_display_get_default ();
|
||||
}
|
||||
|
||||
GdkPixbuf *
|
||||
gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user