~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to libawn/awn-icon.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-18 00:22:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218002252-fe6vniq3o8ct3cdz
Tags: 0.3.9.1~bzr603-0ubuntu1
* New upstream snapshot. 
 - Switch to main trunk branch.
* debian/control:
 - Add Conflicts on awn-manager for awn-settings (LP: #507822)
 - Remove build-depends on python-elementtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "awn-utils.h"
26
26
#include "awn-overlayable.h"
27
27
 
 
28
#include "gseal-transition.h"
 
29
 
28
30
#define APPLY_SIZE_MULTIPLIER(x)        (x)*6/5
29
31
 
30
32
static void awn_icon_overlayable_init (AwnOverlayableIface *iface);