Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        text.c 


Log Message:
Fix rendering vertical (->down) text.

===================================================================
RCS file: /cvs/e/e16/e/src/text.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- text.c      18 Jul 2007 11:14:55 -0000      1.87
+++ text.c      2 Aug 2007 17:32:14 -0000       1.88
@@ -110,7 +110,7 @@
        break;
      case FONT_TO_DOWN:
        EXGetGeometry(dst, NULL, NULL, NULL, &win_w, NULL, NULL, NULL);
-       im = EImageGrabDrawable(src, None, 0, 0, 0, w, h);
+       im = EImageGrabDrawable(src, None, 0, 0, w, h, 0);
        EImageOrientate(im, 1);
        EImageRenderOnDrawable(im, win, dst, 0, win_w - y - h, x, h, w);
        EImageFree(im);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to