[Haskell-cafe] XEventPtr in Xlib?
EatsKittens
temporalabstraction at gmail.com
Tue Dec 10 03:57:40 UTC 2013
Xlib.Event seems to define the interestingly recursive type data XEvent =
XEvent (Ptr XEvent) and otherwise give no information about that type.
I need this type to send an XEvent message to a window, is this a mistake
or am I overlooking something in how to use it, or is the idea that the
only way to make XEvent data is to make it in C and import it from there?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131210/84f9e1ca/attachment.html>
More information about the Haskell-Cafe
mailing list