summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-28 20:10:12 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-28 20:10:12 +0200
commit1021494e347da7045c1db834bf9e4f1b5e076f17 (patch)
tree56b43af73d41dfd8187c4d60b1f18bdd9c509b7e /src/include
parent0b2f5ad0a2f30726ac0dc59aa59f7f513e91c832 (diff)
downloadmetacity-1021494e347da7045c1db834bf9e4f1b5e076f17.tar.gz
surface-xrender: remove frame mask
Diffstat (limited to 'src/include')
-rw-r--r--src/include/frame.h3
-rw-r--r--src/include/ui.h6
2 files changed, 0 insertions, 9 deletions
diff --git a/src/include/frame.h b/src/include/frame.h
index f1ae96e5..6b4b3129 100644
--- a/src/include/frame.h
+++ b/src/include/frame.h
@@ -26,9 +26,6 @@
#include "common.h"
#include "types.h"
-void meta_frame_get_mask (MetaFrame *frame,
- cairo_t *cr);
-
Visual *meta_frame_get_xvisual (MetaFrame *frame);
Window meta_frame_get_xwindow (MetaFrame *frame);
diff --git a/src/include/ui.h b/src/include/ui.h
index e032e6fe..7e7e9404 100644
--- a/src/include/ui.h
+++ b/src/include/ui.h
@@ -70,12 +70,6 @@ void meta_ui_get_frame_borders (MetaUI *ui,
Window frame_xwindow,
MetaFrameBorders *borders);
-void meta_ui_get_frame_mask (MetaUI *ui,
- Window frame_xwindow,
- guint width,
- guint height,
- cairo_t *cr);
-
Window meta_ui_create_frame_window (MetaUI *ui,
Display *xdisplay,
Visual *xvisual,