Re: [PATCH] server: Post new globals to current clients

2012-05-02 Thread Kristian Høgsberg
On Wed, May 02, 2012 at 08:46:47AM +0200, npouil...@freebox.fr wrote: > From: Nicolas Pouillon > > Globals are bursted to client on conntect. Now when new global > objects are added to the server state, existing clients also get > notified. Thanks, that was always supposed to be there :) Kristi

[PATCH] server: Post new globals to current clients

2012-05-01 Thread npouillon
From: Nicolas Pouillon Globals are bursted to client on conntect. Now when new global objects are added to the server state, existing clients also get notified. --- src/wayland-server.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/wayland-server.c b/src/wa