Free space item

This commit is contained in:
o9000
2015-06-12 01:42:00 +02:00
parent df1f2d4e4b
commit b1b95e086d
7 changed files with 287 additions and 262 deletions

View File

@@ -20,6 +20,7 @@
#include "taskbar.h"
#include "systraybar.h"
#include "launcher.h"
#include "freespace.h"
#ifdef ENABLE_BATTERY
#include "battery.h"
@@ -116,6 +117,8 @@ typedef struct {
Launcher launcher;
FreeSpace freespace;
// autohide
int is_hidden;
int hidden_width, hidden_height;