CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2009/05/17 18:14:19
Modified files: app/cwm : calmwm.c calmwm.h xevents.c Log message: Rip out the event layer and just use a static array of callbacks like every other window manager since twm. The event layer is very nice, very shiny, very flexible, and very much underutilised. We don't need any of those shiny features so it's probably better to earn ourselves 1k smaller text size instead. ok todd@, okan@