Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_key.c 


Log Message:
I like is_set better than is_set_get. It's shorter and looks better and
gives the right description.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_key.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_key.c  18 Oct 2003 03:34:00 -0000      1.6
+++ evas_key.c  3 May 2005 08:02:27 -0000       1.7
@@ -72,7 +72,7 @@
  * 
  */
 Evas_Bool
-evas_key_modifier_is_set_get(Evas_Modifier *m, const char *keyname)
+evas_key_modifier_is_set(Evas_Modifier *m, const char *keyname)
 {
    Evas_Modifier_Mask num;
    int n;
@@ -94,7 +94,7 @@
  * 
  */
 Evas_Bool
-evas_key_lock_is_set_get(Evas_Lock *l, const char *keyname)
+evas_key_lock_is_set(Evas_Lock *l, const char *keyname)
 {
    Evas_Modifier_Mask num;
    int n;




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to