~pipelight/pipelight/wayland-fix-build

« back to all changes in this revision

Viewing changes to tests/connection-test.c

  • Committer: Package Import Robot
  • Author(s): Hector Oron, Timo Aaltonen, Hector Oron
  • Date: 2013-10-11 11:23:38 UTC
  • mfrom: (1.1.15) (0.4.2 sid)
  • Revision ID: package-import@ubuntu.com-20131011112338-2jg0z6ncpm9qnots
Tags: 1.3.0-1
[ Timo Aaltonen ]
* control: Bump the libwayland0 C/R to (<< 1.1.0) so that it covers
  the ubuntu version too, and add it to -cursor.

[ Hector Oron ]
* New upstream stable release (1.3.0).
* Add myself to Uploaders.
* Switch to Debian source format 3.0 quilt.
* d/libwayland-dev.install:
  - install wayland documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
        assert(write(data->s[1], msg, size) == size);
334
334
        assert(wl_connection_read(data->read_connection) == size);
335
335
 
336
 
        wl_map_init(&objects);
 
336
        wl_map_init(&objects, WL_MAP_SERVER_SIDE);
337
337
        object.id = msg[0];
338
338
        closure = wl_connection_demarshal(data->read_connection,
339
339
                                          size, &objects, &message);
414
414
 
415
415
        assert(wl_connection_read(data->read_connection) == size);
416
416
 
417
 
        wl_map_init(&objects);
 
417
        wl_map_init(&objects, WL_MAP_SERVER_SIDE);
418
418
        object.id = msg[0];
419
419
        closure = wl_connection_demarshal(data->read_connection,
420
420
                                          size, &objects, &message);