Re: [PATCH gtk+] wayland: Attach buffer before committing

2013-03-16 Thread Scott Moreau
Pushed to gh next. On Sun, Mar 10, 2013 at 10:55 AM, Scott Moreau wrote: > With recent changes in attach semantics, we always need to attach before > committing. This fixes the problem with wayland gtk clients not updating > surface contents correctly since latest changes regarding attach. > ---

[PATCH gtk+] wayland: Attach buffer before committing

2013-03-10 Thread Scott Moreau
With recent changes in attach semantics, we always need to attach before committing. This fixes the problem with wayland gtk clients not updating surface contents correctly since latest changes regarding attach. --- gdk/wayland/gdkwindow-wayland.c |7 --- 1 file changed, 7 deletions(-) di