Re: [Spice-devel] [PATCH v2] Store display in Drawable struct

2016-04-27 Thread Frediano Ziglio
> > If the Drawable keeps a pointer to the Display channel that it is > associated with, we can unref it directly and not need to pass the > 'display' parameter separately to the unref function > --- > Changes: > - remove 'dcc' parameer from release_item_after_push() > > I agree that additional

[Spice-devel] [PATCH v2] Store display in Drawable struct

2016-04-26 Thread Jonathon Jongsma
If the Drawable keeps a pointer to the Display channel that it is associated with, we can unref it directly and not need to pass the 'display' parameter separately to the unref function --- Changes: - remove 'dcc' parameer from release_item_after_push() I agree that additional changes / cleanups