display: Pull the grab cursor from the cursor tracker

This might look silly, but just wait...
This commit is contained in:
Jasper St. Pierre
2014-04-23 11:12:04 -04:00
parent af515732b0
commit f42184ded8
3 changed files with 11 additions and 1 deletions

View File

@ -83,4 +83,6 @@ void meta_cursor_tracker_update_position (MetaCursorTracker *tracker,
int new_x,
int new_y);
MetaCursorReference * meta_cursor_tracker_get_displayed_cursor (MetaCursorTracker *tracker);
#endif