Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle/test


Modified Files:
        estyle_test_simple.c 


Log Message:
Fix some problems mapping coords to characters. This solves the cursor mapping
problem for EWL. Still need to determine why very thin characters get mapped
to extremely wide coords.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/estyle_test_simple.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- estyle_test_simple.c        14 Jan 2003 18:51:11 -0000      1.7
+++ estyle_test_simple.c        1 Mar 2003 22:52:38 -0000       1.8
@@ -120,8 +120,10 @@
 {
        Ecore_Event_Mouse_Move *eemm =
            (Ecore_Event_Mouse_Move *) ev->event;
+       /*
        if (focused)
                estyle_move(e, eemm->x, eemm->y);
+               */
 }
 
 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to