## xevent-sink.pkg
#
# For the big picture see the imp dataflow diagrams in
#
#
src/lib/x-kit/xclient/src/window/xclient-ximps.pkg#
# Compiled by:
#
src/lib/x-kit/xclient/xclient-internals.sublibstipulate
include package threadkit; # threadkit is from
src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit.pkg #
package xet = xevent_types; # xevent_types is from
src/lib/x-kit/xclient/src/wire/xevent-types.pkg package v1u = vector_of_one_byte_unts; # vector_of_one_byte_unts is from
src/lib/std/src/vector-of-one-byte-unts.pkgherein
# This port is used in:
#
#
src/lib/x-kit/xclient/src/wire/decode-xpackets-ximp.pkg #
package xevent_sink {
#
Xevent_Sink
=
{
put_value: xet::x::Event -> Void
};
}; # package Xevent_Sink
end;