[Xfce4-commits] <xfwm4:master> Fix compilation.
Nick Schermer
noreply at xfce.org
Wed Apr 4 12:26:01 CEST 2012
Updating branch refs/heads/master
to 8ef01fd68cec911250cd89cd775063188510e48c (commit)
from 040f08a7edeea9bd80dd02093cca42d3a0e59c07 (commit)
commit 8ef01fd68cec911250cd89cd775063188510e48c
Author: Nick Schermer <nick at xfce.org>
Date: Wed Apr 4 12:25:29 2012 +0200
Fix compilation.
src/client.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/client.c b/src/client.c
index 44f69f9..6c2e0aa 100644
--- a/src/client.c
+++ b/src/client.c
@@ -3309,7 +3309,7 @@ clientTile (Client *c, gint cx, gint cy, tilePositionType tile, gboolean send_co
mode = CLIENT_FLAG_MAXIMIZED_HORIZ;
break;
default:
- return;
+ return FALSE;
break;
}
@@ -3346,6 +3346,8 @@ clientTile (Client *c, gint cx, gint cy, tilePositionType tile, gboolean send_co
clientConfigure (c, &wc, CWWidth | CWHeight | CWX | CWY, CFG_FORCE_REDRAW);
}
clientSetNetState (c);
+
+ return TRUE;
}
void
More information about the Xfce4-commits
mailing list