<div>Hi,</div><div><br></div><div>I have implemented a tool like VNC that means one desktop user observing</div><div>another Desktop what he doing there.</div><div>But here observer (viewer) can't control the actual PC because more than</div>
<div>one user has capable to see same PC at a time.</div><div>Here I am capturing Desktop using XGetImage(), but that captured Desktop</div><div>image (RGB) don't give the cursor. In my requirement I have to show that</div>
<div>cursor. Right now I took normal cursor (arrow) data in RGB and find the</div><div>cursor coordinates using XQueryPoint(), then i am combined both Desktop</div><div>image and Cursor image. If I follow in this way cursor shape is fix for</div>
<div>all windows, but in actual PC cursor is change window to window.</div><div>Observers (viewers) can’t observe that cursor shape change. </div><div><br></div><div>How can I capture current cursor shape using X11/X-Windows?</div>
<div>If it possible </div><div>How do we get current cursor image (RGB or else) using X11/X-Windows?</div><div><br></div><div><br></div><div>Thanks & Regards</div><div>Prudhvi Raj Kumar M</div>