From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8423dfb14616ec7c5f8fc790759260b3@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] Q: About screenshots From: mirtchov@cpsc.ucalgary.ca In-Reply-To: <27F1F6CE-F7F5-11D7-874A-000393A941BC@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 6 Oct 2003 07:57:49 -0600 Topicbox-Message-UUID: 622f2394-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