Hi On Sat, Mar 21, 2015 at 12:06 AM, Sandy Stutsman <sstutsma@xxxxxxxxxx> wrote: > + LONG normal_x = primary ? primary->get_pos_x() : 0; > + LONG normal_y = primary ? primary->get_pos_y() : 0; > + ... > diff --git a/vdagent/desktop_layout.h b/vdagent/desktop_layout.h > index c43ff03..3abbe58 100644 > --- a/vdagent/desktop_layout.h > +++ b/vdagent/desktop_layout.h > @@ -31,6 +31,7 @@ public: > , _depth (depth) > , _attached (attached) > { > + _primary = (pos_x == 0 && pos_y == 0 && attached); > } Since the display is_primary() when pos_x == 0 && pos_y == 0, when can you have nomal_x,y != 0 ? -- Marc-André Lureau _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel