diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-15 18:37:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-15 18:37:18 +0000 |
commit | 3c96358fd1b79dcd8999fce6d7bf1efa7fb8584a (patch) | |
tree | 98a445788260e17329c64b7ab2ebde7821ee5fe5 /gdk/gdk.symbols | |
parent | cd8722698676ffbbe8ddf9c357549ca6effcbbf5 (diff) | |
download | gtk+-3c96358fd1b79dcd8999fce6d7bf1efa7fb8584a.tar.gz |
Keep a reference to the GdkCursor and add a private getter for it, so that
2005-06-15 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.[hc]: Keep a reference to the
GdkCursor and add a private getter for it, so that we can
update the cursor when the cursor theme changes.
* gdk/gdk.symbols:
* gdk/x11/gdkx.h:
* gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme):
New function to change the cursor theme.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 5f5b1c0161..c5f5239887 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -1111,6 +1111,7 @@ gdkx_colormap_get #if IN_FILE(__GDK_CURSOR_X11_C__) gdk_x11_cursor_get_xcursor gdk_x11_cursor_get_xdisplay +gdk_x11_display_set_cursor_theme #endif #if IN_FILE(__GDK_DISPLAY_X11_C__) |