Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c x.c 


Log Message:
Cosmetics.

===================================================================
RCS file: /cvs/e/e16/e/src/ipc.c,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -3 -r1.291 -r1.292
--- ipc.c       7 Feb 2007 01:51:18 -0000       1.291
+++ ipc.c       25 Feb 2007 04:13:37 -0000      1.292
@@ -273,7 +273,7 @@
      {
        ScreenShowInfo(p);
      }
-   else if (!p || !strncmp(param, "size", 2))
+   else if (!strncmp(param, "size", 2))
      {
        IpcPrintf("Screen %d  size %dx%d\n", VRoot.scr, VRoot.w, VRoot.h);
      }
===================================================================
RCS file: /cvs/e/e16/e/src/x.c,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -3 -r1.152 -r1.153
--- x.c 17 Jan 2007 01:10:44 -0000      1.152
+++ x.c 25 Feb 2007 04:13:37 -0000      1.153
@@ -1638,8 +1638,8 @@
 #else
    XCloseDisplay(disp);
 #endif
-   XSetErrorHandler((XErrorHandler) NULL);
-   XSetIOErrorHandler((XIOErrorHandler) NULL);
+   XSetErrorHandler(NULL);
+   XSetIOErrorHandler(NULL);
    disp = NULL;
 }
 
@@ -1653,8 +1653,8 @@
 #else
    close(ConnectionNumber(disp));
 #endif
-   XSetErrorHandler((XErrorHandler) NULL);
-   XSetIOErrorHandler((XIOErrorHandler) NULL);
+   XSetErrorHandler(NULL);
+   XSetIOErrorHandler(NULL);
 
    disp = NULL;
 }



-------------------------------------------------------------------------
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