* Commit new eyes plugin.
(Old svn revision: 2018)
This commit is contained in:
commit
2dc8facea7
90 changed files with 2701 additions and 0 deletions
8
panel-plugin/themes.h
Normal file
8
panel-plugin/themes.h
Normal 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__ */
|
||||
Reference in a new issue