1
0
Fork 0

cursor-tracker: Emit cursor-changed when XFixes tells us about it

Otherwise, we won't update the cursor in the magnifier / screen recorder
under X11.
This commit is contained in:
Jasper St. Pierre 2015-04-13 16:57:08 -07:00
parent 868e1427a8
commit f8b82c376c

View file

@ -185,6 +185,7 @@ meta_cursor_tracker_handle_xevent (MetaCursorTracker *tracker,
return FALSE;
g_clear_pointer (&tracker->xfixes_cursor, meta_cursor_reference_unref);
g_signal_emit (tracker, signals[CURSOR_CHANGED], 0);
return TRUE;
}