diff options
author | Victor Kareh <[email protected]> | 2019-05-23 13:06:25 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 18:12:44 +0200 |
commit | 969d85a4ed8aa5958f97649f9de11b802cf22f6c (patch) | |
tree | 9850342b02db486a12c4d96a6d8be9e294654b2b /src/ui/frames.h | |
parent | 09a20c0e65758a28e712aaabdf41cb2f4503269c (diff) | |
download | marco-969d85a4ed8aa5958f97649f9de11b802cf22f6c.tar.bz2 marco-969d85a4ed8aa5958f97649f9de11b802cf22f6c.tar.xz |
frames: apply shapes in different way
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/cd383e72
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r-- | src/ui/frames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h index cde51e60..5019aaad 100644 --- a/src/ui/frames.h +++ b/src/ui/frames.h @@ -83,6 +83,7 @@ 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; |