<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston doesn't run on secondary X screen"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90532#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Weston doesn't run on secondary X screen"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90532">bug 90532</a>
from <span class="vcard"><a class="email" href="mailto:ppaalanen@gmail.com" title="Pekka Paalanen <ppaalanen@gmail.com>"> <span class="fn">Pekka Paalanen</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>