From 1a8059915b74ee8aea55b6a82ea18c09af6d0018 Mon Sep 17 00:00:00 2001
From: Victor Kareh <vkareh@redhat.com>
Date: Wed, 22 May 2019 07:21:05 -0400
Subject: compositor: don't draw shadow under windows

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/5404d8f2
---
 src/include/frame.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/include')

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
-- 
cgit v1.2.1