Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        pixmap.c 


Log Message:
Thu Dec 22 18:32:31 2005                        Michael Jennings (mej)

Cleanups and minor enhancements.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -3 -r1.114 -r1.115
--- pixmap.c    14 Jun 2005 19:39:01 -0000      1.114
+++ pixmap.c    22 Dec 2005 23:31:33 -0000      1.115
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: pixmap.c,v 1.114 2005/06/14 19:39:01 mej 
Exp $";
+static const char cvs_ident[] = "$Id: pixmap.c,v 1.115 2005/12/22 23:31:33 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
@@ -1251,6 +1251,7 @@
                 } else if (renderop & RENDER_FORCE_PIXMAP) {
                     pixmap = simg->pmap->pixmap;
                     simg->pmap->pixmap = LIBAST_X_CREATE_PIXMAP(width, height);
+                    D_PIXMAP(("Replacing pixmap 0x%08x with new pixmap 
0x%08x.\n", pixmap, simg->pmap->pixmap));
                     XCopyArea(Xdisplay, pixmap, simg->pmap->pixmap, gc, 0, 0, 
width, height, 0, 0);
                     IMLIB_FREE_PIXMAP(pixmap);
                 } else {




-------------------------------------------------------
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