Mir

Code review comment for lp:~vanvugt/mir/parenting-server-api

Revision history for this message
Chris Halse Rogers (raof) wrote :

Hm. As mentioned on the client-side of this proposal I suspect it would make more sense for parent to _not_ be a surface attribute, but a create-time option; that should neatly resolve the problem that the int parameter of
59 + virtual void set_parent(std::weak_ptr<Surface> const&, int id) = 0;
is solving?

« Back to merge proposal