[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00025) Re: A little bit of advice needed...



> 	If you can transmit keyboard command (say, space for next page)
> 	to a file descriptor, it should be quite easy.
> 	Add some code into draw_one() to check additional file descriptor.

ok i am looking at this. Doing it with Xt or other high level libs
would be trivial, but you are using low level calls and I am not sure
how to do it... it seems that the only way is to replace XNextEvent
with a small procedure that does a select on my fd's +
ConnectionNumber(display)... any other better method ?

	thanks
	luigi