~leprechaun-team/+junk/unity-use-patches

« back to all changes in this revision

Viewing changes to unity/unity-stripe-texture.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-09 19:13:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100909191329-j3odkmn02roj91b1
Tags: 0.2.36-0ubuntu1
* New upstream release:
  - Fix width of home-button on panel, so groove aligns with right edge of
    launcher, fixes (LP: #630031)
  - migration script to transition first time new people to unity
    (LP: #622146)
  - Quicklist name disappearing (LP: #627666)
* debian/unity.install:
  - install libexec in unity package (for migration tool)
* debian/libunity0.symbols:
  - update symbol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* unity-stripe-texture.c generated by valac 0.9.7, the Vala compiler
 
1
/* unity-stripe-texture.c generated by valac, the Vala compiler
2
2
 * generated from unity-stripe-texture.vala, do not modify */
3
3
 
4
4
/*
97
97
        UNITY_STRIPE_TEXTURE_DUMMY_PROPERTY,
98
98
        UNITY_STRIPE_TEXTURE_RADIUS
99
99
};
 
100
void unity_stripe_texture_rounded_outline (UnityStripeTexture* self, cairo_t* cr, gint width, gint height);
 
101
static void _unity_stripe_texture_rounded_outline_unity_stripe_texture_stripe_texture_outline_func (cairo_t* cr, gint width, gint height, gpointer self);
100
102
UnityStripeTexture* unity_stripe_texture_new (UnityStripeTextureStripeTextureOutlineFunc func, void* func_target);
101
103
UnityStripeTexture* unity_stripe_texture_construct (GType object_type, UnityStripeTextureStripeTextureOutlineFunc func, void* func_target);
102
 
void unity_stripe_texture_rounded_outline (UnityStripeTexture* self, cairo_t* cr, gint width, gint height);
103
 
static void _unity_stripe_texture_rounded_outline_unity_stripe_texture_stripe_texture_outline_func (cairo_t* cr, gint width, gint height, gpointer self);
104
104
float unity_stripe_texture_get_radius (UnityStripeTexture* self);
105
105
static void unity_stripe_texture_paint_bg (UnityStripeTexture* self, cairo_t* cr, gint width, gint height);
106
106
void unity_stripe_texture_set_radius (UnityStripeTexture* self, float value);