cursor: Save the original MetaCursor a cursor came from
So we can recreate it as a server-side cursor
This commit is contained in:
@@ -36,6 +36,7 @@ typedef struct {
|
||||
struct _MetaCursorReference {
|
||||
int ref_count;
|
||||
|
||||
MetaCursor cursor;
|
||||
MetaCursorImage image;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user