Merged execplugin from tint2-mods2 (no config GUI yet)

This commit is contained in:
o9000
2015-12-05 10:05:42 +01:00
parent 33645f9b5a
commit 3f84d5d14c
11 changed files with 997 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#include "systraybar.h"
#include "launcher.h"
#include "freespace.h"
#include "execplugin.h"
#ifdef ENABLE_BATTERY
#include "battery.h"
@@ -123,6 +124,7 @@ typedef struct Panel {
Launcher launcher;
FreeSpace freespace;
GList *execp_list;
// Autohide
gboolean is_hidden;
@@ -170,6 +172,7 @@ gboolean click_battery(Panel *panel, int x, int y);
#endif
Area *click_area(Panel *panel, int x, int y);
Execp *click_execp(Panel *panel, int x, int y);
void autohide_show(void *p);
void autohide_hide(void *p);