cursor-tracker: Use a separate cursor for xfixes cursor tracking

This commit is contained in:
Jasper St. Pierre
2014-05-13 15:44:02 -04:00
parent 33cb7f4a2c
commit da175bca52
2 changed files with 32 additions and 11 deletions

View File

@ -62,6 +62,9 @@ struct _MetaCursorTracker {
MetaCursorReference *window_cursor;
MetaCursorReference *root_cursor;
/* The cursor from the X11 server. */
MetaCursorReference *xfixes_cursor;
};
struct _MetaCursorTrackerClass {