summaryrefslogtreecommitdiff
path: root/src/include/core.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-24 11:30:54 +0100
committerStefano Karapetsas <[email protected]>2014-01-24 11:30:54 +0100
commit1b21c86f638514dd5ac4bd165601b2fef4743287 (patch)
treed9ed65a1bf2e8b11e1510f07e876deb3425ada9f /src/include/core.h
parente34bef124252b86e118019b78e2abbb8abfe0540 (diff)
parent6ef9c1061ec0bb78bf773f69a50d556ce8e23c01 (diff)
downloadmarco-1b21c86f638514dd5ac4bd165601b2fef4743287.tar.bz2
marco-1b21c86f638514dd5ac4bd165601b2fef4743287.tar.xz
Merge branch 'master' of github.com:mate-desktop/marco
Diffstat (limited to 'src/include/core.h')
-rw-r--r--src/include/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/core.h b/src/include/core.h
index 66db2f81..14c1c151 100644
--- a/src/include/core.h
+++ b/src/include/core.h
@@ -116,6 +116,10 @@ void meta_core_user_focus (Display *xdisplay,
Window frame_xwindow,
guint32 timestamp);
+void meta_core_lower_beneath_focus_window (Display *xdisplay,
+ Window xwindow,
+ guint32 timestamp);
+
void meta_core_minimize (Display *xdisplay,
Window frame_xwindow);
void meta_core_toggle_maximize (Display *xdisplay,