aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authorokan2010-09-25 20:01:27 +0000
committerokan2010-09-25 20:01:27 +0000
commit4a690302db9e371e0a2332983bf1862727c3760f (patch)
tree3ff0afe398057f47e56383c12657cf9683ff50db /group.c
parent84dc0e28f6cc699192cb969b22ee2a23cd4f88f5 (diff)
downloadcwm-4a690302db9e371e0a2332983bf1862727c3760f.tar.gz
spacing nits
Diffstat (limited to 'group.c')
-rw-r--r--group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/group.c b/group.c
index 74ae765..6fdfe95 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: group.c,v 1.47 2010/09/25 19:58:08 okan Exp $
+ * $Id: group.c,v 1.48 2010/09/25 20:01:27 okan Exp $
*/
#include <sys/param.h>
@@ -426,6 +426,7 @@ group_autogroup(struct client_ctx *cc)
if (cc->app_class == NULL || cc->app_name == NULL)
return;
+
if (xu_getprop(cc->win, _NET_WM_DESKTOP, XA_CARDINAL,
1, (unsigned char **)&grpno) > 0) {
if (*grpno == 0xffffffff)