Skip to content
Snippets Groups Projects
Commit 0a25184b authored by Andy Nichols's avatar Andy Nichols Committed by Jørgen Lind
Browse files

Remove hack that causes deadlock when waiting in eglSwapBuffers


This hack was added to work around the problem of calling
wl_display_iterate in two separate threads, but now that we are
are enforceing that wl_display_iterate can only be called in one thread
it now causes a deadlock when we are waiting in eglSwapBuffers for the
gui thread to actually call wl_display_iterate.

Change-Id: Id3153b184c191494838fc363380f7cae621ac64e
Reviewed-by: default avatarJørgen Lind <jorgen.lind@nokia.com>
parent 39aacb4d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment