aboutsummaryrefslogtreecommitdiffstats
path: root/applets/battery/battery.h
blob: 29a44ca977f554758c048283485fffc9e2ba4c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * (C) 2008 Intel.
 *
 * Licensed under the GPL v2 or greater.
 */

#ifndef MB_APPLET_BATTERY_H
#define MB_APPLET_BATTERY_H

#include <string.h>
#include <matchbox-panel/mb-panel.h>
#include <matchbox-panel/mb-panel-scaling-image.h>

int pm_support(void);
const char* pm_battery_icon(void);

#endif