Fix custom cursors under GTK3
commit80346ea91b2902e482012aba86f646db39bedf6d
authorOlly Betts <olly@survex.com>
Fri, 14 Jul 2017 03:19:26 +0000 (14 15:19 +1200)
committerOlly Betts <olly@survex.com>
Fri, 14 Jul 2017 03:19:26 +0000 (14 15:19 +1200)
treeb7b09a3c9c0fb4a5680700b2cbb9d5183aaaa83d
parent32bd91b0128f82c8d6c0cb8000bb58293af76b3e
Fix custom cursors under GTK3

It seems the wxCursor constructor which we currently use for wxGTK
isn't implemented correctly for GTK3, so switch to the approach we
use for other platforms for GTK3, but leave wxGTK2 on the current
approach to avoid unnecessary risk of breakage.
src/gfxcore.cc