[Armadillo:04612] Re: LCDのマウスポインタ

Yasushi SHOJI email@hidden
2009年 9月 28日 (月) 11:52:53 JST


At Mon, 28 Sep 2009 09:57:01 +0900,
Miyazaki Kengo wrote:
> 
> Armadillo500FXのLCD上のマウスポインタを消したいのですが
> 可能でしょうか。

可能です。

	#include <X11/extensions/Xfixes.h>
	
	XFixesHideCursor(dpy,root);

とするか、

	$ unclutter -idle 0

とすると消えます。
-- 
            yashi



armadillo メーリングリストの案内