summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-22 07:21:05 -0400
committerVictor Kareh <[email protected]>2019-06-05 10:49:37 -0400
commit1a8059915b74ee8aea55b6a82ea18c09af6d0018 (patch)
tree3d2c655ada6bf5e309c4d4c9e30969b331ed1d2d /src/include
parent5f20dfec54d4c70695a30254d6d4f019ae08943f (diff)
downloadmarco-1a8059915b74ee8aea55b6a82ea18c09af6d0018.tar.bz2
marco-1a8059915b74ee8aea55b6a82ea18c09af6d0018.tar.xz
compositor: don't draw shadow under windows
upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/5404d8f2
Diffstat (limited to 'src/include')
-rw-r--r--src/include/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/frame.h b/src/include/frame.h
index 367c50fb..97314d4b 100644
--- a/src/include/frame.h
+++ b/src/include/frame.h
@@ -24,8 +24,11 @@
#include <X11/Xlib.h>
+#include "common.h"
#include "types.h"
Window meta_frame_get_xwindow (MetaFrame *frame);
+void meta_frame_calc_borders (MetaFrame *frame,
+ MetaFrameBorders *borders);
#endif