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 /docs | |
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 'docs')
-rw-r--r-- | docs/reference/gdk/gdk-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index 0331e211d8..b2434a900e 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -1262,6 +1262,7 @@ gdk_x11_cursor_get_xdisplay gdk_x11_display_get_xdisplay gdk_x11_display_grab gdk_x11_display_ungrab +gdk_x11_display_set_cursor_theme gdk_x11_register_standard_event_type gdk_x11_drawable_get_xdisplay gdk_x11_drawable_get_xid |