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

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-desklet-factory.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2011-03-17 14:08:48 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317140848-b8efysl4ynhjm87k
Tags: 2.3.0~1-0ubuntu1
* New Upstream Version (LP: #723994)
* Upstream short ChangeLog:
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
 - Updated default theme
 - Fixed a few bugs
 - Updated the man
* debian/control:
 - Added suggests apps for cairo-dock-core (needed by the default theme)
 - Updated the description (from launchpad.net/cairo-dock)
 - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
* debian/patches:
 - Updated the default theme to use default apps of Ubuntu Natty 
* Switch to dpkg-source 3.0 (quilt) format
* Removed the desktop-file-category patch (sync with debian packages)
* debian/rules:
 - Added a CMake flag to disable the gtk grip
 - No longer used simple-patchsys
* Updated the debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include "cairo-dock-struct.h"
30
30
#include "cairo-dock-surface-factory.h"
31
 
#include "cairo-dock-load.h"
 
31
#include "cairo-dock-image-buffer.h"
32
32
#include "cairo-dock-container.h"
33
33
G_BEGIN_DECLS
34
34
 
186
186
        gboolean moving;  // pour le deplacement manuel de la fenetre.
187
187
        gboolean bClicked;
188
188
        guint time;  // date du clic.
 
189
        
 
190
        CairoDeskletVisibility iVisibility;
 
191
        gpointer reserved[4];
189
192
};
190
193
 
191
194
/** Say if a Container is a Desklet.