diff options
author | Victor Kareh <[email protected]> | 2019-05-21 15:09:36 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | 7bcd852276e8d7e941144760c836e9eefffb1107 (patch) | |
tree | 9417569bcc41efe52dcde9dd38d586df704e0282 /src/ui/theme.h | |
parent | 8d113709ecf09bfccf80572f863b196957d1b481 (diff) | |
download | marco-7bcd852276e8d7e941144760c836e9eefffb1107.tar.bz2 marco-7bcd852276e8d7e941144760c836e9eefffb1107.tar.xz |
theme: Make meta_frame_draw_theme take a GtkStyleContext instead of a widget
The style context of the widget is rarely what we want. We won't
fix this to be a MetaFrames style context yet; this just changes
the internal API.
https://bugzilla.gnome.org/show_bug.cgi?id=690317
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/76aa0704
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r-- | src/ui/theme.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h index 2e4a425c..b341418b 100644 --- a/src/ui/theme.h +++ b/src/ui/theme.h @@ -1032,7 +1032,7 @@ double meta_theme_get_title_scale (MetaTheme *theme, MetaFrameFlags flags); void meta_theme_draw_frame (MetaTheme *theme, - GtkWidget *widget, + GtkStyleContext *style_gtk, cairo_t *cr, MetaFrameType type, MetaFrameFlags flags, @@ -1059,19 +1059,6 @@ void meta_theme_draw_frame_by_name (MetaTheme *theme, GdkPixbuf *mini_icon, GdkPixbuf *icon); -void meta_theme_draw_frame_with_style (MetaTheme *theme, - GtkStyleContext *style_gtk, - cairo_t *cr, - MetaFrameType type, - MetaFrameFlags flags, - int client_width, - int client_height, - PangoLayout *title_layout, - int text_height, - const MetaButtonLayout *button_layout, - MetaButtonState button_states[META_BUTTON_TYPE_LAST], - GdkPixbuf *mini_icon, - GdkPixbuf *icon); void meta_theme_get_frame_borders (MetaTheme *theme, MetaFrameType type, |