Hello Pawel,
Thanks for the help,
Upon using the --aura-host-window-use-fullscreen flag, i am getting an undefined reference :
chrome:symbol lookup error:chrome: undefined symbol: XFixesCreatePointerBarrier
To clarify, the crome exe that we are running on our target uses the Xserver that is provided by our own target image as we are executing it as a standalone exe from the chromefs mounted on nfs.
And there seems to be some fix chromium project might have applied to X as seen from the undefined error above and also after looking at some of the makefiles..
(and this libXfixes might be missing.. from our setup)
So is libXfixes an important requirement for running chromeos and thereby might be the reason for the mouse events problems that we are facing?
apart from that having a look at "ui/aura/root_window_host.h" what is the concept of rootwindow host? a comment there says..
/*RootWindowHost bridges between a native window and the embedded RootWindow.
// It provides the accelerated widget and maps events from the native os to
// aura*/
So keeping in line with screenshot i posted, is the bridge that it refers to,the one between the black window (which is native to our target ) and the aura window (embedded rootwindow)?
Is my understanding correct?
A little help in understanding this rootwindow concept ithink might help me.
Thanks for the support.
On Friday, 27 July 2012 21:22:03 UTC+5:30, Pawel Osciak wrote:
Hi Ashish,Passing --aura-host-window-use-fullscreen to Chrome should help.