merge battery applet from Sebastian Reichel

git-svn-id: http://tint2.googlecode.com/svn/trunk@73 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-05-15 20:44:42 +00:00
parent 3be419b59b
commit 3d07eeeb48
15 changed files with 177 additions and 10 deletions

View File

@@ -14,6 +14,7 @@
#include <pango/pangocairo.h>
#include <sys/time.h>
#include "battery.h"
#include "common.h"
#include "clock.h"
#include "task.h"
@@ -77,6 +78,10 @@ typedef struct {
// clock
Clock clock;
// --------------------------------------------------
// battery
Battery battery;
} Panel;