Mir

Code review comment for lp:~andreas-pokorny/mir/libinput-platform-pointer-settings

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

+ virtual UniqueModulePtr<PointerSettings> get_pointer_settings() const = 0;

Why do we want PointerSettings to keep the module alive?
I would expect just:

PointerSettings get_pointer_settings() const = 0

review: Needs Information

« Back to merge proposal