summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-30 08:19:15 -0400
committerVictor Kareh <[email protected]>2019-06-05 10:49:37 -0400
commitebd42d4c0d0e9ca96dd3bc14906c573c99128b35 (patch)
treea65957c1f0a6a3bb999294630a8e9634b310eb0c /src/ui/frames.h
parentf194c1f102370081cdd35f7f873043fd27a4fb86 (diff)
downloadmarco-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.h1
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;