Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        icon.c 


Log Message:
debug-- indent++

===================================================================
RCS file: /cvs/e/misc/engage/src/icon.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- icon.c      10 Sep 2006 21:36:08 -0000      1.47
+++ icon.c      10 Sep 2006 21:42:22 -0000      1.48
@@ -95,7 +95,6 @@
   }
   evas_object_resize(o, w, h);
 }
-                                                                         
 
 #ifdef HAVE_IMLIB
 void
@@ -428,7 +427,7 @@
       case minimised_window:
         break;
       case system_icon:
-       break;
+        break;
       }
     } else if (!strcmp(emission, "engage,app,close")) {
       if (icon->data.applnk.winclass) {
@@ -440,7 +439,6 @@
         }
       }
     }
-    fprintf(stderr, "App got %s from %s\n", emission, icon->name);
   }
 }
 static void
@@ -467,7 +465,7 @@
       case minimised_window:
         break;
       case system_icon:
-       break;
+        break;
       }
     } else if (!strcmp(emission, "engage,window,minimize,all")) {
       switch (icon->type) {
@@ -522,10 +520,10 @@
 
         if (win->minwin == icon || win->applnk == icon) {
           od_wm_activate_window(win->id);
-         /*
+/*
           ecore_x_window_prop_state_request(win->id,
                                             ECORE_X_WINDOW_STATE_ICONIFIED, 0);
-         */
+*/
         }
       }
     } else if (!strcmp(emission, "engage,window,raise,next")) {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to