From owner-svn-src-head@FreeBSD.ORG Wed Aug 27 10:21:50 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B313B24; Wed, 27 Aug 2014 10:21:50 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F28043E60; Wed, 27 Aug 2014 10:21:48 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id s7RALdSo065017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Aug 2014 14:21:39 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id s7RALdHA065016; Wed, 27 Aug 2014 14:21:39 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 27 Aug 2014 14:21:39 +0400 From: Gleb Smirnoff To: Jean-Sebastien Pedron Subject: Re: svn commit: r270702 - head/sys/dev/vt Message-ID: <20140827102139.GN7693@FreeBSD.org> References: <201408270934.s7R9Yf1O062583@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408270934.s7R9Yf1O062583@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 10:21:50 -0000 On Wed, Aug 27, 2014 at 09:34:41AM +0000, Jean-Sebastien Pedron wrote: J> Author: dumbbell J> Date: Wed Aug 27 09:34:41 2014 J> New Revision: 270702 J> URL: http://svnweb.freebsd.org/changeset/base/270702 J> J> Log: J> vt(4): Implement basic support for KDSETMODE ioctl J> J> With the current implementation, this allows an X11 server to tell J> the console it switches a particular window in "graphics mode". This J> information is used by the mouse handling code to ignore sysmouse events J> in the window taken by the X server: only him should receive those J> events. J> J> Reported by: flo@, glebius@, kan@ J> Tested by: flo@ J> Reviewed by: kan@ J> MFC after: 1 week Thanks a lot! Works okay. -- Totus tuus, Glebius.