remove gdk_threads_init(); for linux
commit6c7ef649a6fbe57b65fa9ae9fc8e6e0908fb37d0
authorMarco Peereboom <marco@conformal.com>
Wed, 12 Oct 2011 22:59:39 +0000 (12 17:59 -0500)
committerMarco Peereboom <marco@conformal.com>
Wed, 12 Oct 2011 22:59:39 +0000 (12 17:59 -0500)
tree0689af37bf22c0e93f6debbe047b653f41def96a
parentb3f9e45c5e0d66364d04ae28f9abf8859f84104a
remove gdk_threads_init(); for linux

It hangs the external flash player.  The docs explicitly require this
call however tests show that it isn't required and it makes things
better.  So try using it this way and see if there is some thread
fallout.

I'll take a cluebat as to why this can't be done on linux.
xxxterm.c