[host] fixed missed cursor shape updates

This commit is contained in:
Geoffrey McRae
2018-05-28 10:34:24 +10:00
parent 62e67c345c
commit 871aee2aae
3 changed files with 31 additions and 9 deletions

View File

@@ -25,6 +25,8 @@ Place, Suite 330, Boston, MA 02111-1307 USA
struct CursorInfo
{
bool updated;
bool visible;
bool hasShape;
bool hasPos;