From 981644e41d6c7d1e051a2154b02cd51112571c99 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 19 May 2005 11:37:32 +0000 Subject: [PATCH] Removed annoying log --- src/clx/xrender.lisp | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/src/clx/xrender.lisp b/src/clx/xrender.lisp index 184bf092f..27d1f2abb 100644 --- a/src/clx/xrender.lisp +++ b/src/clx/xrender.lisp @@ -866,37 +866,3 @@ by every function, which attempts to generate RENDER requests." (display-finish-output dpy) (close-display dpy))) ||# - - -;; $Log$ -;; Revision 1.16 2005-05-19 11:31:18 jjgarcia -;; NetBSD's mkdir does not like the trailing slash in a directory name -;; -;; Revision 1.1 2004/06/10 07:59:31 jlr -;; Portable CLX library imported -;; -;; Revision 1.2 2003/06/14 15:16:07 csr21 -;; Clean up compilation under sbcl: a couple of IGNOREs, a couple of -;; s/load/:load-toplevel/, one s/*foo*/+foo+/. Still many many compilation -;; notes, but since the render protocol is inherently slow anyway... -;; -;; Revision 1.1 2003/06/14 14:27:33 gilbert -;; imported as is. -;; -;; Revision 1.1 2003/05/25 13:37:07 gilbert -;; imported -;; -;; Revision 1.5 2003/05/25 14:37:26 gilbert -;; - adjusted copyright. -;; - added a few more exports -;; - CLX-EXT-RENDER is now on *FEATURES* -;; -;; Revision 1.4 2002/08/22 23:57:29 noss -;; render-free-glyphs - new function -;; In %render-composite-glyphs - Found a lingering pict-format -;; In render-add-glyph - changed origin and advance to be transmitted as int16 instead of card16 -;; -;; Revision 1.3 2002/08/21 19:56:08 gilbert -;; %render-composite-glyphs - new macro -;; render-composite-glyphs - new function -;;