~sqp/cairo-dock-plug-ins/sysmon-actions

« back to all changes in this revision

Viewing changes to alsaMixer/src/applet-struct.h

  • Committer: Fabrice Rey
  • Date: 2011-09-03 00:45:49 UTC
  • Revision ID: fabounet03@gmail.com-20110903004549-yducr0u3sr0oy7hf
Alsamixer: added the support for gauge in the applet (now we need a default 'sound' theme)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        VOLUME_EFFECT_ZOOM,
38
38
        VOLUME_EFFECT_TRANSPARENCY,
39
39
        VOLUME_EFFECT_BAR,
 
40
        VOLUME_EFFECT_GAUGE,
40
41
        VOLUME_NB_EFFECTS
41
42
        } VolumeTypeEffect;
42
43
 
53
54
        gchar *cShortcut;
54
55
        gint iScrollVariation;
55
56
        gboolean bHideScaleOnLeave;
 
57
        gchar *cGThemePath;
56
58
        } ;
57
59
 
58
60
struct _AppletData {