cursor: Save the original MetaCursor a cursor came from

So we can recreate it as a server-side cursor
This commit is contained in:
Jasper St. Pierre
2014-04-23 11:04:08 -04:00
parent 1762436775
commit 98a1573bee
3 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ typedef struct {
struct _MetaCursorReference {
int ref_count;
MetaCursor cursor;
MetaCursorImage image;
};