Mir

Code review comment for lp:~mir-team/mir/wayland-fix-keymaps-re-attempt

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Nit:

+ void device_added (std::shared_ptr<input::Device> const& device) override;
+ void device_changed (std::shared_ptr<input::Device> const& device) override;
+ void device_removed (std::shared_ptr<input::Device> const& device) override;
+ void changes_complete () override;

We don't leave a space before function call parentheses.

Otherwise looks plausible and works for me

review: Needs Fixing

« Back to merge proposal