From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqBkj-0003Ws-Sp for qemu-devel@nongnu.org; Mon, 09 Dec 2013 20:04:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqBkd-00080F-V1 for qemu-devel@nongnu.org; Mon, 09 Dec 2013 20:04:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqBkd-0007zz-Mh for qemu-devel@nongnu.org; Mon, 09 Dec 2013 20:04:39 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBA14cwn010022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Dec 2013 20:04:38 -0500 Received: from dreadlord-bne-redhat-com.bne.redhat.com (dhcp-40-7.bne.redhat.com [10.64.40.7]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rBA14aeh015483 for ; Mon, 9 Dec 2013 20:04:36 -0500 From: Dave Airlie Date: Tue, 10 Dec 2013 11:04:32 +1000 Message-Id: <1386637474-8165-1-git-send-email-airlied@gmail.com> Subject: [Qemu-devel] gtk cursor patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These were just fallout fixes from exploring gtk multi-head with virtio-gpu, hopefully they are useful to people before then, not sure if the warping/absolute interaction is defined or not. Dave.