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

« back to all changes in this revision

Viewing changes to unity-private/panel/panel-background.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
 
/* panel-background.c generated by valac 0.9.7, the Vala compiler
 
1
/* panel-background.c generated by valac, the Vala compiler
2
2
 * generated from panel-background.vala, do not modify */
3
3
 
4
4
/*
73
73
#define UNITY_PANEL_BACKGROUND_BG "/usr/share/unity/themes/panel_background.png"
74
74
UnityPanelBackground* unity_panel_background_new (void);
75
75
UnityPanelBackground* unity_panel_background_construct (GType object_type);
76
 
static void unity_panel_background_real_allocate (ClutterActor* base, const ClutterActorBox* box, ClutterAllocationFlags flags);
77
76
static gboolean unity_panel_background_update_background (UnityPanelBackground* self);
78
77
static gboolean _unity_panel_background_update_background_gsource_func (gpointer self);
 
78
static void unity_panel_background_real_allocate (ClutterActor* base, const ClutterActorBox* box, ClutterAllocationFlags flags);
79
79
static GObject * unity_panel_background_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties);
80
80
static void unity_panel_background_finalize (GObject* obj);
81
81