client: Remove misplaced documentation about main loop intergration
authorJonas Ådahl <jadahl@gmail.com>
Fri, 2 Oct 2015 03:18:12 +0000 (11:18 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 16 Jan 2016 08:37:36 +0000 (16:37 +0800)
commit0b44298a15674121ff54585c706bfdefc0d9942a
treefcdacfc42ccbc2b3705da6f3359b48e534505a83
parent0edeeb9cd5806959660af54d63fe9d402d50e6e7
client: Remove misplaced documentation about main loop intergration

There was documentation about how to integrate the display server file
descriptor in the documentation about wl_display_dispatch_pending().
This is not the right place to put it, and it also had incorrect usage
of the API (calling wl_display_dispatch_queue() on input on an unrelated
fd) as an example.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/wayland-client.c