[host] added support for cursor pitch

This commit is contained in:
Geoffrey McRae
2017-12-13 04:47:28 +11:00
parent b5a5d4cda2
commit f633c63d51
3 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ struct CursorInfo
enum CursorType type;
unsigned int w, h;
unsigned int pitch;
void * shape;
unsigned int dataSize;
};