16 Mar
2005
16 Mar
'05
8:16 p.m.
I assume this is some experiments you may use for the window manager you may be developing. I thought I should bring that project up, because I know at least one member of this list (punkrockguy) was interested in developing a wm a while back. Take a look here, folks:
Yeah, I've been messing around with modular event handlers, and a nice event system... I think I'm going to have to wrap the Xlib event system... for 2 reasons: a) so modules do not depend on structures and constants from <X11/Xlib.h>, and can therefore be written in java, or groovy, or python b) in order to add custom events not directly part of X... maybe I want a TacosAreDoneEvent fired when my some timer goes off... *ding*