summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-03 23:27:21 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-03 23:27:21 +0200
commita9ec034c28065fdf33e5695e5966cf123aa467b2 (patch)
treee2c17f10a80803688dab8d2aabf547460569de78 /daemon.c
parente2696dbbd6f561feb041fda71a8ca548d2d33558 (diff)
Draw some rects
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon.c b/daemon.c
index a2c5b96..df6fbb8 100644
--- a/daemon.c
+++ b/daemon.c
@@ -104,8 +104,8 @@ send_draw_ops(GOutputStream *out)
while (1)
{
- data = g_strdup_printf ("test %d", i++);
-
+ data = g_strdup_printf ("r%d,%d,%d,%d", i*10, i*10, 5, 5);
+ i ++;
g_output_stream_write_all (cout,
data, strlen(data),
NULL, NULL, NULL);