diff options
| author | Victor Kareh <[email protected]> | 2019-05-23 13:06:25 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
| commit | b52aff0da9140a03159bf8da83e45da3baad7fc1 (patch) | |
| tree | 6eeae4af6b7ef83f55c121eba85829865710f0d7 /src/ui/frames.h | |
| parent | 9b3afacfed0689ed36c7c10d00ca7873da3d0bb8 (diff) | |
| download | marco-b52aff0da9140a03159bf8da83e45da3baad7fc1.tar.bz2 marco-b52aff0da9140a03159bf8da83e45da3baad7fc1.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; |
