Fix compiler warning and hide event window.
This makes the plugin look nice on transparent panels.
This commit is contained in:
parent
ab34029ca2
commit
41ecb9026b
2 changed files with 6 additions and 5 deletions
|
|
@ -24,7 +24,9 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "eyes.h"
|
||||
#include "themes.h"
|
||||
|
||||
gchar *theme_directories[] = {
|
||||
THEMESDIR
|
||||
|
|
|
|||
Reference in a new issue