Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/src


Modified Files:
        mem.c 


Log Message:
Thu Dec 22 18:29:54 2005                        Michael Jennings (mej)

Fixed auto-detection of Imlib2.  :-(
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/mem.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- mem.c       23 Jul 2004 21:38:39 -0000      1.24
+++ mem.c       22 Dec 2005 23:28:55 -0000      1.25
@@ -28,11 +28,11 @@
  * This file contains the memory management subsystem.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.24 $
- * $Date: 2004/07/23 21:38:39 $
+ * $Revision: 1.25 $
+ * $Date: 2005/12/22 23:28:55 $
  */
 
-static const char __attribute__((unused)) cvs_ident[] = "$Id: mem.c,v 1.24 
2004/07/23 21:38:39 mej Exp $";
+static const char __attribute__((unused)) cvs_ident[] = "$Id: mem.c,v 1.25 
2005/12/22 23:28:55 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
@@ -645,9 +645,8 @@
 {
     Pixmap p;
 
-    D_MEM(("Creating %ux%u pixmap of depth %u for window 0x%08x at %s:%lu\n", 
w, h, depth, win, NONULL(filename), line));
-
     p = XCreatePixmap(d, win, w, h, depth);
+    D_MEM(("Created %ux%u pixmap 0x%08x of depth %u for window 0x%08x at 
%s:%lu\n", w, h, p, depth, win, NONULL(filename), line));
     ASSERT_RVAL(p != None, None);
     if (DEBUG_LEVEL >= DEBUG_MEM) {
         memrec_add_var(&pixmap_rec, SPIF_CAST(charptr) NONULL(filename), line, 
(void *) p, w * h * (depth / 8));




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to