gnome-control-center/capplets/theme-switcher/globals.c
Jonathan Blandford 724309cdfb 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...
1998-09-23 02:39:17 +00:00

12 lines
268 B
C

#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];