new file from owen to manage gtk1 themes.

2002-08-19  Jody Goldberg <jody@gnome.org>

	* gnome-settings-daemon/gnome-settings-gtk1theme.c : new
	  file from owen to manage gtk1 themes.
This commit is contained in:
Jody Goldberg 2002-08-19 19:14:21 +00:00 committed by Jody Goldberg
parent 523b6f3d88
commit b5ef65002e
8 changed files with 285 additions and 9 deletions

View file

@ -11,6 +11,7 @@ struct _ThemeInfo
gchar *name;
guint has_gtk : 1;
guint has_keybinding : 1;
guint has_metacity : 1;
guint user_writable : 1;
};