commit | 56758c839ff29bd168529535a4816bff3b79cde5 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Feb 04 15:37:51 2011 -0500 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Mon Feb 07 14:01:31 2011 +0100 |
tree | 9ca01e899c867941fb3a2dbb64943bfdf70e7de6 | |
parent | 93aea84f472f5f9ff588f7b2d4f7320ec43bc216 [diff] |
wayland-egl: Force roundtrips to get device name and authenticate correctly If the client hasn't done the initial wl_display_iterate() at the time we initialize the display, we have to do that in platform_wayland.c. Make sure we detect that correctly instead of dup()ing fd=0, and use the sync callback to make sure we don't wait forever for authorization that won't happen.