Re: [PATCH] test-text-client: fix compile error

2012-09-04 Thread Kristian Høgsberg
On Tue, Sep 04, 2012 at 10:53:07AM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > Pass surface to text_model_factory_create_text_model. > Fixes https://bugs.freedesktop.org/show_bug.cgi?id=54502 Thanks, applied. Kristian > Signed-off-by: U. Artie Eoff > --- > tests/test-text-client.

[PATCH] test-text-client: fix compile error

2012-09-04 Thread U. Artie Eoff
From: "U. Artie Eoff" Pass surface to text_model_factory_create_text_model. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=54502 Signed-off-by: U. Artie Eoff --- tests/test-text-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-text-client.c b/tests/te