~cairo-dock-team/ubuntu/oneiric/cairo-dock-plug-ins/2.4.0-0beta2

« back to all changes in this revision

Viewing changes to System-Monitor/src/applet-struct.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe), Matthieu Baerts (matttbe), Didier Roche
  • Date: 2010-09-18 14:20:27 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918142027-b0zsay70mqxv63l0
Tags: 2.2.0~2-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New Upstream Version (LP: #638529)
* Fixed a few bugs on LP:
 - Fixed a crash in rainbow view when the cone is completely opened
 - Fixed a crash in rainbow view if the subdock is empty
 - Installed in lib directory by default even in 64bits arch
 - Status-Notifier: fixed few bugs
 - Clock applet:
   - Notify of missed tasks (moved some functions to a new file)
   - Fixed a little memory leak
 - Removed some 'g_print' (LP: #500677: xsession-errors log)
* Updated translations
* debian/control
 - Updated the version of cairo-dock-dev and cairo-dock-core

[ Didier Roche ]
* debian/control: depends on latest libindicator-dev (LP: #637692)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        CD_SYSMONITOR_NB_TYPES
35
35
        } CDSysmonitorDisplayType; 
36
36
 
 
37
typedef struct {
 
38
        gint iLowerLimit;
 
39
        gint iUpperLimit;
 
40
        gint iAlertLimit;
 
41
        gboolean bAlert;
 
42
        gboolean bAlertSound;
 
43
        } CDAlertParam;
 
44
 
37
45
struct _AppletConfig {
38
46
        gchar *defaultTitle;
39
47
        gint iCheckInterval;
46
54
        
47
55
        CairoDockInfoDisplay iInfoDisplay;
48
56
        gchar *cGThemePath;
49
 
        gchar *cWatermarkImagePath;
50
 
        gdouble fAlpha;
51
57
        
52
58
        CDSysmonitorDisplayType iDisplayType;
53
59
        CairoDockTypeGraph iGraphType;
108
114
        gdouble fPrevRamPercent, fPrevSwapPercent;
109
115
        gdouble fGpuTempPercent;
110
116
        gdouble fPrevGpuTempPercent;
 
117
        gdouble fCpuTempPercent;
 
118
        gdouble fPrevCpuTempPercent;
 
119
        gdouble fFanSpeedPercent;
 
120
        gdouble fPrevFanSpeedPercent;
111
121
        gboolean bNeedsUpdate;
112
122
        gint iTimerCount;
113
123
        // end of shared memory.