diff options
author | Victor Kareh <[email protected]> | 2019-05-30 08:19:15 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 18:12:44 +0200 |
commit | 18ed6c9a52f34ee1a95a964758030aa4adf4003a (patch) | |
tree | 05976a742cdbb5e5f69d0ef35d7b22f378d5226f /src/ui/frames.h | |
parent | 35ede5754870c4c94da9687f461f4ccc0494c1ec (diff) | |
download | marco-18ed6c9a52f34ee1a95a964758030aa4adf4003a.tar.bz2 marco-18ed6c9a52f34ee1a95a964758030aa4adf4003a.tar.xz |
frames: again change meta_frames_applet_shapes
With compositing manager:
1. Apply only client shape.
Without compositing manager:
1. Apply client shape.
2. Apply shape around visible frame.
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/3913dcf1
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r-- | src/ui/frames.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h index 5019aaad..cde51e60 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -83,7 +83,6 @@ struct _MetaUIFrame char *title; /* NULL once we have a layout */ guint expose_delayed : 1; guint shape_applied : 1; - int dest_kind; /* FIXME get rid of this, it can just be in the MetaFrames struct */ MetaFrameControl prelit_control; |