~awn-core/awn/core-icons

« back to all changes in this revision

Viewing changes to libawn/awn-icon.c

  • Committer: Michal Hruby
  • Date: 2010-02-05 13:08:50 UTC
  • mfrom: (399.1.172 trunk)
  • Revision ID: michal.mhr@gmail.com-20100205130850-o9swwzg8z7dtxlwu
Merge with trunk

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);