backend: move the cursor render update on screen changes here

https://bugzilla.gnome.org/show_bug.cgi?id=788860
This commit is contained in:
Marco Trevisan (Treviño)
2017-10-13 00:12:50 -05:00
parent f044511037
commit a8c80ccece
2 changed files with 2 additions and 7 deletions

View File

@@ -196,6 +196,8 @@ meta_backend_monitors_changed (MetaBackend *backend)
priv->is_pointer_position_initialized = TRUE;
}
}
meta_cursor_renderer_force_update (priv->cursor_renderer);
}
void