Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/cpufreq


Modified Files:
        e_mod_main.c 


Log Message:
Dragging windows between desks work now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.c        23 Apr 2005 05:16:25 -0000      1.10
+++ e_mod_main.c        24 Apr 2005 19:56:42 -0000      1.11
@@ -1,5 +1,6 @@
 #include <Ecore.h>
 #include <errno.h>
+#include <ctype.h>
 #include "e_mod_main.h"
 
 /* FIXME: check permissions (can execute) setfreq before trying
@@ -852,6 +853,9 @@
         evas_object_raise(ef->freq_object);
         evas_object_raise(ef->event_object);
         break;
+      case E_GADMAN_CHANGE_EDGE:
+      case E_GADMAN_CHANGE_ZONE:
+        break;
      }
 }
 
@@ -984,11 +988,9 @@
 static void
 _cpufreq_face_cb_set_frequency(void *data, Evas_Object *obj, const char 
*emission, const char *src)
 {
-   int pid;
    Cpufreq *e;
    Evas_List *l;
    int next_frequency = 0;
-   char buf[128];
 
    e = data;
    
@@ -1020,7 +1022,6 @@
 static void
 _cpufreq_face_cb_set_governor(void *data, Evas_Object *obj, const char 
*emission, const char *src)
 {
-   int pid;
    Cpufreq *e;
    Evas_List *l;
    char *next_governor = NULL;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to