Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
- Add return value.
- Remove unused function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -3 -r1.579 -r1.580
--- e_border.c  3 Apr 2007 18:31:04 -0000       1.579
+++ e_border.c  3 Apr 2007 19:08:27 -0000       1.580
@@ -96,8 +96,6 @@
 
 static char *_e_border_winid_str_get(Ecore_X_Window win);
 
-static void _e_border_desktop_change(void *data, Efreet_Desktop *desktop);
-
 static void _e_border_pointer_resize_begin(E_Border *bd);
 static void _e_border_pointer_resize_end(E_Border *bd);
 static void _e_border_pointer_move_begin(E_Border *bd);
@@ -4292,6 +4290,7 @@
        bd->changes.icon = 1;
        bd->changed = 1;
      }
+   return 1;
 }
 
 /* FIXME:
@@ -7185,17 +7184,6 @@
    id[7] = vals[(val      ) & 0xf];
    id[8] = 0;
    return id;
-}
-
-static void
-_e_border_desktop_change(void *data, Efreet_Desktop *desktop)
-{
-   E_Border *bd;
-
-   bd = data;
-   bd->desktop = desktop;
-   bd->changes.icon = 1;
-   bd->changed = 1;
 }
 
 static void



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to