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
12
capplets/theme-switcher/globals.c
Normal file
12
capplets/theme-switcher/globals.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "da.h"
|
||||
|
||||
GtkWidget *readme_display;
|
||||
gchar *readme_current;
|
||||
GtkWidget *icon_display;
|
||||
GtkWidget *icon_current;
|
||||
GtkWidget *current_theme;
|
||||
GtkWidget *system_list;
|
||||
GtkWidget *user_list;
|
||||
GtkWidget *preview_socket;
|
||||
gint prog_fd;
|
||||
gchar gtkrc_tmp[1024];
|
Loading…
Add table
Add a link
Reference in a new issue