Re: [PATCH 1/2] weston-info: remove timerfd termination hack

2012-08-15 Thread Kristian Høgsberg
On Wed, Aug 15, 2012 at 09:57:23PM +0200, Philipp Brüschweiler wrote: > Use wl_display_roundtrip to listen exactly as long as necessary. Heh, all this bikeshedding about the output format and I didn't catch this :-) This looks right now. Kristian > --- > clients/weston-info.c | 93 > ++---

[PATCH 1/2] weston-info: remove timerfd termination hack

2012-08-15 Thread Philipp Brüschweiler
Use wl_display_roundtrip to listen exactly as long as necessary. --- clients/weston-info.c | 93 ++- 1 Datei geändert, 11 Zeilen hinzugefügt(+), 82 Zeilen entfernt(-) diff --git a/clients/weston-info.c b/clients/weston-info.c index 4604bbf..d4b70da