From tpapp at Princeton.EDU Mon Aug 13 14:38:01 2007 From: tpapp at Princeton.EDU (Tamas K Papp) Date: Mon, 13 Aug 2007 16:38:01 +0200 Subject: [cl-cairo2-announce] new cl-cairo2 version -- now reworked x11 support Message-ID: <20070813143801.GA12280@pu100877.student.princeton.edu> Hi, I have just uploaded the latest version of cl-cairo2. I have completely rewritten the X11 support, with the following changes: - everything is done via CFFI, no C code or shared library to install, this is much easier to debug - multiple displays are supported - there is one event loop per display, this is much easier to manage Tamas