Re: question about pixmap in wayland?

2011-06-20 Thread Kristian Høgsberg
On Sun, Jun 19, 2011 at 10:25 PM, Zhao, Juan J wrote: > Hi guys, >        How will the offscreen render buffer behave? (for example pixmap?) > Maybe in wayland, there will be no offscreen? Or all the clients will be > offscreen? It depends on your drawing API. If you're using EGL you can use nat

Re: [PATCH] Add wl_display_remove_global.

2011-06-20 Thread Kristian Høgsberg
2011/6/14 Laszlo Agocs : > > Hi Kristian, > > True, I forgot about the client-side global list. Attached is a revised > patch. Thanks, I committed this (with a few whitespace and codestyle adjustments), since it brings copy/paste and dnd back for now. However, reviewing the patch, brought back som

Re: [PATCH] Do not leak globals and listeners.

2011-06-20 Thread Kristian Høgsberg
On Tue, Jun 14, 2011 at 5:41 AM, Laszlo Agocs wrote: > > From 3fa2ad7dec42f85795449f33b2a4c9461aa4924d Mon Sep 17 00:00:00 2001 > From: Laszlo Agocs > Date: Tue, 14 Jun 2011 11:35:28 +0200 > Subject: [PATCH] Do not leak globals and listeners. Thanks, committed. Kristian > --- >  wayland/waylan