This will switch themes. You need themes for it to compile so you
need to edit the gnome-core/capplets/Makefile.am and gnome-core/configure.in to get this to compile. If you do, it's pretty cool...
This commit is contained in:
parent
8196fea9a9
commit
724309cdfb
21 changed files with 2671 additions and 0 deletions
18
capplets/theme-switcher/main.c
Normal file
18
capplets/theme-switcher/main.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include "da.h"
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
GtkWidget *w;
|
||||
|
||||
set_tmp_rc();
|
||||
do_demo(argc, argv);
|
||||
gnome_capplet_init ("DeskArt", NULL, argc, argv, 0, NULL);
|
||||
|
||||
w = make_main();
|
||||
gtk_widget_show_all(w);
|
||||
send_socket();
|
||||
|
||||
gtk_main();
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue