diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 17:14:04 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:07 -0500 |
commit | 8e2240f6990e48ac4b27e8ba9364278f689f97e1 (patch) | |
tree | 5946e14821b32a7b6648bb1c5ec4698e3e445c6b /gdk/x11/gdkcursor-x11.c | |
parent | 85bd61778f58c50da312cb93a9ead3e98d461072 (diff) | |
download | gtk+-8e2240f6990e48ac4b27e8ba9364278f689f97e1.tar.gz |
x11: Rename GdkDisplayX11 to GdkX11Display
Diffstat (limited to 'gdk/x11/gdkcursor-x11.c')
-rw-r--r-- | gdk/x11/gdkcursor-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index 4fe6cef91a..8c9bae1cf4 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -394,7 +394,7 @@ _gdk_x11_cursor_update_theme (GdkCursor *cursor) Display *xdisplay; GdkX11Cursor *private; Cursor new_cursor = None; - GdkDisplayX11 *display_x11; + GdkX11Display *display_x11; private = (GdkX11Cursor *) cursor; display_x11 = GDK_DISPLAY_X11 (gdk_cursor_get_display (cursor)); @@ -469,7 +469,7 @@ gdk_x11_display_set_cursor_theme (GdkDisplay *display, const gchar *theme, const gint size) { - GdkDisplayX11 *display_x11; + GdkX11Display *display_x11; Display *xdisplay; gchar *old_theme; gint old_size; |