Add xsetting for gtk-scrolled-window-placement (#458103).

2007-11-21  Ross Burton  <ross@openedhand.com>

	* gdk/x11/gdksettings.c:
	Add xsetting for gtk-scrolled-window-placement (#458103).

svn path=/trunk/; revision=19021
This commit is contained in:
Ross Burton 2007-11-21 09:22:48 +00:00 committed by Ross Burton
parent a64cba34e3
commit 866049c66b
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-11-21 Ross Burton <ross@openedhand.com>
* gdk/x11/gdksettings.c:
Add xsetting for gtk-scrolled-window-placement (#458103).
2007-11-21 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkmenuitem.c (gtk_menu_item_class_init),

View File

@ -67,7 +67,8 @@ static const char gdk_settings_names[] =
"Net/FallbackIconTheme\0" "gtk-fallback-icon-theme\0"
"Gtk/TouchscreenMode\0" "gtk-touchscreen-mode\0"
"Gtk/EnableAccels\0" "gtk-enable-accels\0"
"Gtk/EnableMnemonics\0" "gtk-enable-mnemonics\0";
"Gtk/EnableMnemonics\0" "gtk-enable-mnemonics\0"
"Gtk/ScrolledWindowPlacement\0" "gtk-scrolled-window-placement\0";
static const struct
{
@ -111,5 +112,6 @@ static const struct
{ 1239, 1261 },
{ 1285, 1305 },
{ 1326, 1343 },
{ 1361, 1381 }
{ 1361, 1381 },
{ 1402, 1430 }
};