~osomon/unity-2d/metacity-respect-launcher

« back to all changes in this revision

Viewing changes to src/ui/theme.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2011-01-19 13:20:50 UTC
  • Revision ID: james.westby@ubuntu.com-20110119132050-haxwdq0d7o8nlnc4
Tags: 1:2.30.3-0ubuntu3
* debian/patches/15_show_maximized_titlebars.patch:
  needed to make decorations work properly with the new unity-2d
* debian/control:
  add Breaks: entry to libmetacity-private0 for the current compiz version,
  since we need a compiz rebuild for the new ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
878
878
  GQuark quark_icon_height;
879
879
  GQuark quark_title_width;
880
880
  GQuark quark_title_height;
 
881
 
 
882
  gboolean show_maximized_titlebars;
881
883
};
882
884
 
883
885
struct _MetaPositionExprEnv
911
913
                                                  int                   *top_height,
912
914
                                                  int                   *bottom_height,
913
915
                                                  int                   *left_width,
914
 
                                                  int                   *right_width);
 
916
                                                  int                   *right_width,
 
917
                                                  MetaTheme             *theme);
915
918
void             meta_frame_layout_calc_geometry (const MetaFrameLayout  *layout,
916
919
                                                  int                     text_height,
917
920
                                                  MetaFrameFlags          flags,
1239
1242
 
1240
1243
guint meta_theme_earliest_version_with_button (MetaButtonType type);
1241
1244
 
 
1245
void meta_theme_set_show_maximized_titlebars (MetaTheme *theme, gboolean);
 
1246
 
1242
1247
 
1243
1248
#define META_THEME_ALLOWS(theme, feature) (theme->format_version >= feature)
1244
1249