patch for FULL battery by peter.ebden

git-svn-id: http://tint2.googlecode.com/svn/trunk@240 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-10-28 10:58:12 +00:00
parent 654c244532
commit d0799e91dd
2 changed files with 18 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ typedef struct Battery {
enum chargestate {
BATTERY_UNKNOWN,
BATTERY_CHARGING,
BATTERY_DISCHARGING
BATTERY_DISCHARGING,
BATTERY_FULL
};
typedef struct battime {