query on seat listener function "seat_handle_capabilities" in simple-egl

2014-06-09 Thread Rohit Nandan
548 & 556 either I remove keyboard or mouse or even after wl_display_connect is called ? Shall we explicitly call wl_keyboard_destroy or wl_pointer_destroy after display_disconnect or there is some implicit call to seat_listener's function which has no debug print during its execution. Than

Re: query fullscreen size to pass that value in callback calling glviewport.

2014-05-30 Thread Rohit Nandan
Exactly it was. I placed my gl & egl resize calback after tooglescreen when event recieved is key F11. Which was never called. Corrected it by placing it in resize function. Thanks Rohit Nandan On Fri, May 30, 2014 at 5:17 PM, Jasper St. Pierre wrote: > That sounds like a bug in your

Re: query fullscreen size to pass that value in callback calling glviewport.

2014-05-29 Thread Rohit Nandan
ilar to X11's > ConfigureNotify. See: > > http://cgit.freedesktop.org/wayland/weston/tree/clients/simple-egl.c#n269 > > If you're still using wl_shell_surface, then see: > > > http://cgit.freedesktop.org/wayland/weston/tree/clients/simple-egl.c?h=1.4#n272 > > > On Tue

mapping of keyboard symbols in linux/input.h that wayland uses

2014-05-27 Thread Rohit Nandan
I am taking input from the keyboard and handler function give me key press in the form of symbols in linux/input.h . How to map them to their real char value. Nothing similar to xlookupstring.Shall I declare them in thier only? Thanks Rohit Nandan

query fullscreen size to pass that value in callback calling glviewport.

2014-05-27 Thread Rohit Nandan
way to query max resolution? Thanks Rohit Nandan ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

documentation for wl_egl_window_resize in libwayland-egl

2014-05-14 Thread Rohit Nandan
thought that it just set window at some dx , dy offset. But even calling this function with same arguments window is alone resized with no observable pattern on its position. Can anyone please reveal this mystery. Thank You Rohit Nandan ___ wayland-devel

Re: Bug 78372 - create multiple windows with offset

2014-05-07 Thread Rohit Nandan
Yes i'm working for embedded platform where with current desktop shell we cant debug two overlays visually running same apps with same size. Thanks You . Rohit Nandan On Wed, May 7, 2014 at 6:49 PM, Jasper St. Pierre wrote: > The rationale explained in the bug by Pekka and Emilio s

Bug 78372 - create multiple windows with offset

2014-05-07 Thread Rohit Nandan
Please go through this NOTABUG bug. https://bugs.freedesktop.org/show_bug.cgi?id=78372 Rohit Nandan ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel