~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/st/st-widget.h

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2013-03-20 22:40:26 UTC
  • mfrom: (1.4.1) (67 raring-proposed)
  • mto: (18.1.33 sid)
  • mto: This revision was merged to the branch mainline in revision 81.
  • Revision ID: package-import@ubuntu.com-20130320224026-zgrrbbiezhjgc5dc
Tags: 3.7.92-1
[ Sjoerd Simons ]
* Sync from Ubuntu
* d/p/ubuntu-lightdm-user-switching.patch:
  d/p/ubuntu_lock_on_suspend.patch:
  + Dropped, Ubuntu specifc
* d/p/14_make-GLX-optional.patch: Fixed upstream
* debian/control.in: Depend on e-d-s >= 3.7.90 to fix build failures due to
  deprecated structures in headers.
* debian/patches/40_change-pam-name-to-match-gdm.patch
  + Added. Change the pam service name to match the one used by gdm in debian

[ Emilio Pozuelo Monfort ]
* New upstream release.
  + debian/control.in:
    - Update build dependencies.
    - Temporarily add an explicit build-depend on network-manager-dev
      until libnm-glib-dev gets a versioned dependency.
  + debian/patches/git_fix_too_short_apps_view.patch:
    - Removed, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
void                  st_widget_set_label_actor           (StWidget        *widget,
143
143
                                                           ClutterActor    *label);
144
144
 
145
 
void                  st_widget_clear_background_image    (StWidget        *widget);
146
 
 
147
145
/* Only to be used by sub-classes of StWidget */
148
146
void                  st_widget_style_changed             (StWidget        *widget);
149
147
StThemeNode *         st_widget_get_theme_node            (StWidget        *widget);