summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-15 19:25:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-15 19:25:49 +0000
commitdf517cb1d50d583d61ce3c5a45116298428d7bed (patch)
treed8904a1480e2fd1cd3312d1ab6e607c24e416596 /gdk/x11/gdkevents-x11.c
parent3c96358fd1b79dcd8999fce6d7bf1efa7fb8584a (diff)
downloadgdk-pixbuf-df517cb1d50d583d61ce3c5a45116298428d7bed.tar.gz
Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to
2005-06-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c: Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to control the cursor theme. * gdk/x11/gdkevents-x11.c: Add two new X settings, Gtk/CursorThemeName and Gtk/CursorThemeSize, and map these to the gtk settings. * tests/testgtk.c (create_cursors): Add a cursor theme testcase.
Diffstat (limited to 'gdk/x11/gdkevents-x11.c')
-rw-r--r--gdk/x11/gdkevents-x11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c
index 6897775d8..97b027c87 100644
--- a/gdk/x11/gdkevents-x11.c
+++ b/gdk/x11/gdkevents-x11.c
@@ -2766,6 +2766,8 @@ static const struct
{ "Gtk/ButtonImages", "gtk-button-images" },
{ "Gtk/MenuImages", "gtk-menu-images" },
{ "Gtk/MenuBarAccel", "gtk-menu-bar-accel" },
+ { "Gtk/CursorThemeName", "gtk-cursor-theme-name" },
+ { "Gtk/CursorThemeSize", "gtk-cursor-theme-size" },
{ "Xft/Antialias", "gtk-xft-antialias" },
{ "Xft/Hinting", "gtk-xft-hinting" },
{ "Xft/HintStyle", "gtk-xft-hintstyle" },