* Commit new eyes plugin.

(Old svn revision: 2018)
This commit is contained in:
Nick Schermer 2006-09-11 13:47:32 +00:00
commit 2dc8facea7
90 changed files with 2701 additions and 0 deletions

8
panel-plugin/themes.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __THEMES_H__
#define __THEMES_H__
#include <gtk/gtk.h>
void
load_theme (EyesPlugin *eyes, const gchar *theme_dir);
#endif /* __THEMES_H__ */