diff options
author | Victor Kareh <[email protected]> | 2019-05-30 08:19:15 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | ebd42d4c0d0e9ca96dd3bc14906c573c99128b35 (patch) | |
tree | a65957c1f0a6a3bb999294630a8e9634b310eb0c /src/ui/frames.h | |
parent | f194c1f102370081cdd35f7f873043fd27a4fb86 (diff) | |
download | marco-ebd42d4c0d0e9ca96dd3bc14906c573c99128b35.tar.bz2 marco-ebd42d4c0d0e9ca96dd3bc14906c573c99128b35.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; |