wayland-transpositor / wprs

Apache License 2.0
282 stars 6 forks source link

combine buffer attaches and subsurface positions into the same commit #26

Closed maxhbooth closed 2 months ago

maxhbooth commented 2 months ago

previously, our plan was to do a subsurface set position and then wat for the frame callback to attach the bufferfor a new x11 subsurface. This doesn't work, since compositors will only perform frame callbacks to surfaces with attached buffers.

maxhbooth commented 2 months ago

@nicolasavru applied fixes from your review