Removed background rendering code from the background capplet and moved it

to a separate static library.
This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2001-12-06 23:53:58 +00:00
parent 4571311094
commit 669a1e2f3a
11 changed files with 22 additions and 12 deletions

View file

@ -254,6 +254,7 @@ create_dialog (void)
int
main (int argc, char **argv)
{
g_type_init ();
glade_init ();
capplet_init (argc, argv, apply_settings, create_dialog, setup_dialog, get_legacy_settings);