https://bugs.freedesktop.org/show_bug.cgi?id=90532
--- Comment #10 from Pekka Paalanen <[email protected]> --- The native window is passed in from compositor-x11.c, and it's actually xcb_window_t or Window, that is, an X11 type. You could query it's properties with X11 calls, or maybe just even print the value and use 'xwininfo -id ###' to inspect it while Weston is halted in debugger. X11 Window is just an integer id. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
