On Fri, 27 Feb 2004 15:29:30 +0530, saravanan wrote: > Hi, > > Can you tell me where I can get the help on X APIs. I am very new to > Linux programming. > I feel that replacing windows GetFocus API & Postmessage API with that of > Linux APIs might work.
The man pages are a good start, here is the Xlib manual: http://www.tronche.com/gui/x/xlib/ thanks -mike
