[Merge] lp:~artmello/qtubuntu/qtubuntu-new_mir_api into lp:qtubuntu
Gerry Boland
gerry.boland at canonical.com
Tue Feb 7 16:53:09 UTC 2017
Review: Needs Information
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
auto cursorConfiguration = mir_cursor_configuration_from_name(cursorName.data());
- mir_surface_configure_cursor(surface, cursorConfiguration);
+#pragma GCC diagnostic pop
If we have to work around Mir in this way, then Mir has a problem. Is Mir really missing a non-deprecated API for this?
--
https://code.launchpad.net/~artmello/qtubuntu/qtubuntu-new_mir_api/+merge/316577
Your team Ubuntu Phablet Team is subscribed to branch lp:qtubuntu.
More information about the Ubuntu-reviews
mailing list