~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to powermanager/src/powermanager-struct.h

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        gdouble fHigholor[3];
63
63
        gdouble fBgColor[4];
64
64
        
65
 
        gboolean batteryWitness;
 
65
        gint iNotificationType;
 
66
        gchar *cNotificationAnimation;
 
67
        gint iNotificationDuration;
66
68
        gboolean highBatteryWitness;
67
69
        gboolean lowBatteryWitness;
68
70
        gboolean criticalBatteryWitness;
69
71
        gboolean bUseApprox;
70
 
        gchar *batteryWitnessAnimation;
71
72
        gint lowBatteryValue;
72
73
        const gchar *cGThemePath;
73
74
        gchar *cSoundPath[POWER_MANAGER_NB_CHARGE_LEVEL];