commit | 671d2effa0b30b8883edb8d7f6f65e23f0908311 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Jun 09 16:09:06 2015 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Jun 09 16:09:06 2015 +0200 |
tree | b44d440324a534074cb3050c6f350e8a5cb472eb | |
parent | 56f99d63df16836e03cc8bc2c531684e89e1b6f1 [diff] |
Clean up server rendered cursor logic Variables were reused a bit too heavily and it was possible to get the logic at a point where the server would try to render a cursor where it wasn't needed, and the empty update rect would cause a crash. Clear things up by introducing some more explicit variables.