From cc9f2b88e76876e789962de22f3996dcc31b41b6 Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 10 Jan 2013 15:28:11 +0000 Subject: set the initial group to '1', missed by recent off-by-one group numbering re-work; discovered the hard way by sthen@. ok sthen@ --- group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group.c') diff --git a/group.c b/group.c index 8df50a0..5a75bff 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. * - * $OpenBSD: group.c,v 1.68 2013/01/01 14:50:01 okan Exp $ + * $OpenBSD: group.c,v 1.69 2013/01/10 15:28:11 okan Exp $ */ #include @@ -160,7 +160,7 @@ group_init(struct screen_ctx *sc) xu_ewmh_net_showing_desktop(sc); xu_ewmh_net_virtual_roots(sc); - group_setactive(sc, 0); + group_setactive(sc, 1); } void -- cgit v1.2.3-2-gb3c3