~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-internal-system.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-09-07 20:31:25 UTC
  • mto: (18.1.1 cairo-dock) (19.1.1 cairo-dock)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100907203125-a91ch8odv2r6ziic
Tags: upstream-2.2.0~0rc1
ImportĀ upstreamĀ versionĀ 2.2.0~0rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
struct _CairoConfigSystem {
37
37
        gboolean bUseFakeTransparency;
38
 
        gdouble fLabelAlphaThreshold;
39
 
        gboolean bTextAlwaysHorizontal;
40
38
        gint iUnfoldingDuration;
41
39
        gboolean bAnimateOnAutoHide_deprecated;
42
40
        gint iGrowUpInterval, iShrinkDownInterval;
49
47
        gint iGLAnimationDeltaT;
50
48
        gint iCairoAnimationDeltaT;
51
49
        gboolean bConfigPanelTransparency;
52
 
        ///gint iFadeOutNbSteps;
53
50
        gint iConnectionTimeout;
54
51
        gint iConnectionMaxTime;
55
 
        ///gint iConnectionNbRetries;
56
52
        gchar *cConnectionProxy;
57
53
        gint iConnectionPort;
58
54
        gchar *cConnectionUser;
59
55
        gchar *cConnectionPasswd;
60
 
        
 
56
        gboolean bForceIPv4;
61
57
        } ;
62
58
 
63
59
DEFINE_PRE_INIT (System);