summaryrefslogtreecommitdiff
path: root/src/core/stack.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-01-06 12:44:59 +0100
committerZenWalker <[email protected]>2019-01-07 01:44:52 +0100
commit4940310cda91a4bea223deb7568fb77829518ded (patch)
treeceaddbf4ecb1a6fab84a1e936359cefc1c475952 /src/core/stack.c
parentb4dcd38a04c6ab44da5d8ac63b386419c9bda7a4 (diff)
downloadmarco-4940310cda91a4bea223deb7568fb77829518ded.tar.bz2
marco-4940310cda91a4bea223deb7568fb77829518ded.tar.xz
'meta_error_trap_push' instead 'meta_error_trap_push_with_return'
both functions have the same code
Diffstat (limited to 'src/core/stack.c')
-rw-r--r--src/core/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stack.c b/src/core/stack.c
index 9ab4d60e..23a257b8 100644
--- a/src/core/stack.c
+++ b/src/core/stack.c
@@ -964,7 +964,7 @@ raise_window_relative_to_managed_windows (MetaScreen *screen,
* or restack any windows before using the XQueryTree results.
*/
- meta_error_trap_push_with_return (screen->display);
+ meta_error_trap_push (screen->display);
XQueryTree (screen->display->xdisplay,
screen->xroot,