From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] Q: About screenshots Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Kenji Arisawa To: 9fans@cse.psu.edu Content-Transfer-Encoding: 7bit In-Reply-To: <8423dfb14616ec7c5f8fc790759260b3@plan9.ucalgary.ca> Message-Id: <29BD818B-F84D-11D7-86CE-000393A941BC@ar.aichi-u.ac.jp> Date: Tue, 7 Oct 2003 07:33:52 +0900 Topicbox-Message-UUID: 628ff3b8-eacc-11e9-9e20-41e7f4b1d025 > >> By the way, is it possible to get screen shot with mouse cursor? >> >> Kenji Arisawa > > no... the mouse cursor is drawn by hardware so it's separate from > display->image... it isn't impossible to fake it, though -- just grab > the cursor location from /dev/mouse and draw() a plan9 cursor mask > (static for the most part) at this point > > > andrey Thank you. I will try. Kenji Arisawa