summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-22 07:21:05 -0400
committerraveit65 <[email protected]>2019-06-16 18:12:44 +0200
commit940afededd6caab7c977a43f202457c10129aec2 (patch)
treecedc28bceee7062398e04cdf38c50f942862caaf /src/include
parent1babf371e4b390f9d9668667b61ea35678a5068c (diff)
downloadmarco-940afededd6caab7c977a43f202457c10129aec2.tar.bz2
marco-940afededd6caab7c977a43f202457c10129aec2.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