~ubuntu-branches/ubuntu/vivid/cairo-dock-plug-ins/vivid

« back to all changes in this revision

Viewing changes to Scooby-Do/src/applet-struct.h

  • Committer: Matthieu Baerts
  • Date: 2013-08-27 14:46:47 UTC
  • mto: (53.1.4 cairo-dock-plug-ins)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matttbe@gmail.com-20130827144647-wm0kyawa8vcg0cso
Tags: upstream-3.2.99.beta1.1~20130827~bzr2928
ImportĀ upstreamĀ versionĀ 3.2.99.beta1.1~20130827~bzr2928

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        } ;
72
72
 
73
73
struct _CDListing {
74
 
        CairoContainer container;
 
74
        GldiContainer container;
75
75
        GList *pEntries;
76
76
        gint iNbEntries;
77
77
        GList *pCurrentEntry;
151
151
        gint iSessionState;  // 0:no session, 1: session closing, 2: session running
152
152
        GString *sCurrentText;
153
153
        guint iNbValidCaracters;
154
 
        Window iPreviouslyActiveWindow;
155
154
        gint iTextWidth, iTextHeight;
156
155
        gint iCloseTime;
157
156
        GList *pCharList;
184
183
        gchar *cSearchText;
185
184
        
186
185
        GList *pBackends;
187
 
        CairoKeyBinding *cKeyBinding;
 
186
        GldiShortkey *cKeyBinding;
188
187
        } ;
189
188
 
190
189