Hmm, the summary of this commit is almost identical to one that was
just merged:
worker: move some cursor code to cursor-channel.c
server: move some cursor code to cursor-channel.c
it's not clear what significance the difference between "worker" and
"server" is, considering both patches are movin
From: Marc-André Lureau
Also fix warning due to unexpected pipe item type
The specific item type that was not being handled was
PIPE_ITEM_TYPE_INVAL_ONE (#102). This item type is used by the cursor
channel, but the analogous item for the display channel is
PIPE_ITEM_TYPE_INVAL_PALETTE_CACHE. Use