summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-21 13:42:41 -0400
committerVictor Kareh <[email protected]>2019-06-05 10:49:37 -0400
commitb59538af6e5c2858fc0d01ac1db42957c303ec48 (patch)
treec4deb980a55181e37704314cb0ce1c8486cf74fc /src/ui/frames.h
parentb0a9363a46746a942841ce79766a0d0f96d51d45 (diff)
downloadmarco-b59538af6e5c2858fc0d01ac1db42957c303ec48.tar.bz2
marco-b59538af6e5c2858fc0d01ac1db42957c303ec48.tar.xz
ui: Add meta_ui_update_frame_style()
This method allows forcing a style update of a particular frame from the core, so that it can pick up style variants. https://bugzilla.gnome.org/show_bug.cgi?id=645355 upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/97554dc4
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r--src/ui/frames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h
index 1262f148..6689cc1a 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -124,6 +124,8 @@ void meta_frames_set_title (MetaFrames *frames,
Window xwindow,
const char *title);
+void meta_frames_update_frame_style (MetaFrames *frames,
+ Window xwindow);
void meta_frames_repaint_frame (MetaFrames *frames,
Window xwindow);